Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →
Prophet Alternatives
Similar projects and alternatives to Prophet
-
darts
A python library for user-friendly forecasting and anomaly detection on time series.
-
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
-
-
-
xgboost
Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
-
-
EdenSCM
A Scalable, User-Friendly Source Control System. [Moved to: https://github.com/facebook/sapling]
-
-
-
-
statsforecast
Lightning ⚡️ fast forecasting with statistical and econometric models.
-
scalar
Scalar: A set of tools and extensions for Git to allow very large monorepos to run on Git without a virtualization layer
-
sturdy
🐥 Sturdy is an open-source, real-time, version control platform for startups (https://getsturdy.com)
-
Pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
-
MySQL
MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.
-
catboost
A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification, regression and other machine learning tasks for Python, R, Java, C++. Supports computation on CPU and GPU.
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
Prophet reviews and mentions
- Facebook Prophet: library for generating forecasts from any time series data
-
Complete: D214 - MSDA Capstone
My rescue came from discovering some of the alternatives to ARIMA/SARIMA, which was the extent of what we had covered for time series data. A series of searches eventually led me to some automated time series analysis packages, one of which was Prophet, an open source time series package released by Facebook's core data science team. This was a life saver, being a much more efficient and more effective forecasting tool than sloooowly iterating through ARIMA/SARIMA models that seemed to want to fight with me. If you're going to do a time series analysis for your capstone, I strongly suggest taking a look at using Prophet.
- Dec 12, 2022 FLiP Stack Weekly
- Ask HN: Data Scientists, what libraries do you use for timeseries forecasting?
-
[D] Time Series Question
Prophet
-
LSTM/CNN architectures for time series forecasting[Discussion]
Prophet
- Eden
-
Predição de ações na bolsa de valores com Python e Facebook Prophet
Prophet: Automação preditiva.
- Time series analysis of Bitcoin price in Python with fbprophet ?!
-
Data Science toolset summary from 2021
Prophet - It is a time-series forecasting library built by Facebook. Prophet is a procedure for forecasting time series data based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday effects. It works best with time series that have strong seasonal effects and several seasons of historical data. Prophet is robust to missing data and shifts in the trend, and typically handles outliers well. Link - https://github.com/facebook/prophet
-
A note from our sponsor - InfluxDB
www.influxdata.com | 28 Sep 2023
Stats
facebook/prophet is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of Prophet is Python.