mlforecast VS LazyProphet

Compare mlforecast vs LazyProphet and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
mlforecast LazyProphet
11 2
713 74
5.5% -
8.8 0.0
14 days ago over 1 year ago
Python Python
Apache License 2.0 MIT License
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.

mlforecast

Posts with mentions or reviews of mlforecast. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-25.

LazyProphet

Posts with mentions or reviews of LazyProphet. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-09.
  • XGBoost for time series
    3 projects | /r/datascience | 9 Mar 2023
    If you want a quick thing to try for single time series you can try my package: LazyProphet which uses LightGBM under the hood.
  • Best Python library for time series univariant stationary data prediction?[D]
    2 projects | /r/MachineLearning | 3 Oct 2022
    If you are feeling adventurous you could try some of my packages: ThymeBoost or LazyProphet. ThymeBoost is interesting as it is gradient boosting around time series decomposition. So you will still have the trend/seasonality decomposition but with more exotic methods. LazyProphet is just some feature engineering for time series fed into Lightgbm but it tends to perform well enough. Both tend to outperform fbprophet although that generally isn't too hard to do and they both have automatic fitting procedure that performs ok.

What are some alternatives?

When comparing mlforecast and LazyProphet you can also consider the following projects:

statsforecast - Lightning ⚡️ fast forecasting with statistical and econometric models.

ThymeBoost - Forecasting with Gradient Boosted Time Series Decomposition

tsfeatures - Calculates various features from time series data. Python implementation of the R package tsfeatures.

pytorch-forecasting - Time series forecasting with PyTorch

neuralforecast - Scalable and user friendly neural :brain: forecasting algorithms.

darts - A python library for user-friendly forecasting and anomaly detection on time series.

tsai - Time series Timeseries Deep Learning Machine Learning Pytorch fastai | State-of-the-art Deep Learning library for Time Series and Sequences in Pytorch / fastai

nixtla - Python SDK for TimeGPT, a foundational time series model

flow-forecast - Deep learning PyTorch library for time series forecasting, classification, and anomaly detection (originally for flood forecasting).

eli5 - A library for debugging/inspecting machine learning classifiers and explaining their predictions

TGLSTM - Pytorch implementation of LSTM for irregular time series