Prophet
Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth. (by facebook)
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 (by dmlc)
Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
- SaaSHub - Software Alternatives and Reviews
Prophet | xgboost | |
---|---|---|
220 | 10 | |
17,244 | 25,064 | |
1.0% | 0.7% | |
8.0 | 9.2 | |
19 days ago | 2 days ago | |
Python | C++ | |
MIT License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Prophet
Posts with mentions or reviews of Prophet.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-09-26.
- 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
xgboost
Posts with mentions or reviews of xgboost.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-09.
-
PSA: You don't need fancy stuff to do good work.
Finally, when it comes to building models and making predictions, Python and R have a plethora of options available. Libraries like scikit-learn, statsmodels, and TensorFlowin Python, or caret, randomForest, and xgboostin R, provide powerful machine learning algorithms and statistical models that can be applied to a wide range of problems. What's more, these libraries are open-source and have extensive documentation and community support, making it easy to learn and apply new techniques without needing specialized training or expensive software licenses.
-
xgboost VS CXXGraph - a user suggested alternative
2 projects | 28 Feb 2022
What are some alternatives?
When comparing Prophet and xgboost you can also consider the following projects:
tensorflow - An Open Source Machine Learning Framework for Everyone
darts - A python library for user-friendly forecasting and anomaly detection on time series.
scikit-learn - scikit-learn: machine learning in Python
greykite - A flexible, intuitive and fast forecasting library
MLP Classifier - A handwritten multilayer perceptron classifer using numpy.
MLflow - Open source platform for the machine learning lifecycle
Keras - Deep Learning for humans
sktime - A unified framework for machine learning with time series
pytorch-forecasting - Time series forecasting with PyTorch
mlpack - mlpack: a fast, header-only C++ machine learning library