georgeguimaraes/soothsayer
Elixir library for time series forecasting, inspired by Facebook's Prophet and NeuralProphet
This tool helps you predict how a number will change over time, like future sales or website traffic. You provide a list of dates and their corresponding values, and it breaks down the patterns into trends, seasonal ups and downs, and special events to give you future estimates. It's designed for business analysts, operations managers, or anyone who needs to forecast quantifiable metrics.
132 stars.
Use this if you need to predict future values for a time-dependent metric and want to understand the underlying drivers like trends, weekly/yearly patterns, or the impact of specific holidays.
Not ideal if you need to forecast data that isn't organized by time or if your data doesn't exhibit clear trends or repeating seasonal patterns.
Stars
132
Forks
2
Language
Elixir
License
Apache-2.0
Category
Last pushed
Mar 12, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/georgeguimaraes/soothsayer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
samirsaci/ml-forecast-features-eng
Machine Learning for Retail Sales Forecasting — Features Engineering
Pradnya1208/Time-series-forecasting-using-Deep-Learning
The goal of this notebook is to implement and compare different approaches to predict ...
AstraZeneca/judgyprophet
Forecasting for knowable future events using Bayesian informative priors (forecasting with...
DSkapinakis/sales-time-series-forecasting-ml-models
Sales Time Series Forecasting using Machine Learning Techniques (Random Forest, XGBoost, Stacked...
microsoft/dstoolkit-corporate-financial-forecasting
Template for using the finnts package on Azure Synapse for scalable time series forecasting...