LazyProphet VS mlforecast

Compare LazyProphet vs mlforecast and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
LazyProphet mlforecast
2 11
74 732
- 5.3%
0.0 8.7
over 1 year ago 7 days ago
Python Python
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.

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.

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.

What are some alternatives?

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

ThymeBoost - Forecasting with Gradient Boosted Time Series Decomposition

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

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 - TimeGPT-1: production ready pre-trained Time Series Foundation Model for forecasting and anomaly detection. Generative pretrained transformer for time series trained on over 100B data points. It's capable of accurately predicting various domains such as retail, electricity, finance, and IoT with just a few lines of code 🚀.

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