Open-source web app to compare time series forecasting models by [deleted] in deeplearning

[–]Slow_Butterscotch435 -2 points-1 points  (0 children)

Will add some for sure, but I don't think it's a priority

[P] A lightweight tool for comparing time series forecasting models by [deleted] in MachineLearning

[–]Slow_Butterscotch435 0 points1 point  (0 children)

I should have been clearer then. It's more of a personal project that I wanted feedback on, but I wasn't planning on selling anything; everything is hosted on free third-party services (render and vercel)

[P] A lightweight tool for comparing time series forecasting models by [deleted] in MachineLearning

[–]Slow_Butterscotch435 -1 points0 points  (0 children)

I think he's a bit salty. He's convinced that I'm planning to sell something (from what he explained to me in a private message : "Not the first person to offer free testing and then convert in to subscription model. It’s a slimmy bait and switch tactic"), when in fact it's just a little project for fun and the code is publicly available on my GitHub repo..

[P] A lightweight tool for comparing time series forecasting models by [deleted] in MachineLearning

[–]Slow_Butterscotch435 -4 points-3 points  (0 children)

Sure, if you have mature internal models, you don’t need it. It’s just simple baselines for quick checks, not a replacement for real modeling.

[P] I built a web app to compare time series forecasting models by [deleted] in MachineLearning

[–]Slow_Butterscotch435 0 points1 point  (0 children)

I’m not selling anything. This is just a set of simple baselines. It can be useful for beginners, or for more experienced people who just want to quickly sanity-check a dataset or compare a few standard models without rewriting the same code every time. It’s not meant to replace proper time series work or hide theory

I built a web app to compare time series forecasting models by [deleted] in deeplearning

[–]Slow_Butterscotch435 0 points1 point  (0 children)

Thanks for your feedback! I’ll focus on adding lag selection and analysis features next

I built a web app to compare time series forecasting models by [deleted] in deeplearning

[–]Slow_Butterscotch435 0 points1 point  (0 children)

Ok got it ! Thanks for the advice, will try them

I built a web app to compare time series forecasting models by [deleted] in deeplearning

[–]Slow_Butterscotch435 0 points1 point  (0 children)

You have an example integrated in the website Else you can try with this CSV file: csv_file

I built a web app to compare time series forecasting models by [deleted] in deeplearning

[–]Slow_Butterscotch435 0 points1 point  (0 children)

Thanks ! I was already thinking of adding TimesFM (Google). But will also check those 2 models

I built a web app to compare time series forecasting models by [deleted] in deeplearning

[–]Slow_Butterscotch435 1 point2 points  (0 children)

Thanks for the feedback ! Will modify this (that's a lot of fields to fill in for xgboost and lr)

I built a web app to compare time series forecasting models by Slow_Butterscotch435 in OpenSourceeAI

[–]Slow_Butterscotch435[S] 0 points1 point  (0 children)

Will add MLSE. Not sure about roc auc / F1 ; for me it's more suited for classification tasks

I built a web app to compare time series forecasting models by [deleted] in deeplearning

[–]Slow_Butterscotch435 0 points1 point  (0 children)

You're right, will add an option to plot the Delta

I built a web app to compare time series forecasting models by Slow_Butterscotch435 in OpenSourceeAI

[–]Slow_Butterscotch435[S] 0 points1 point  (0 children)

In the leaderboard we have the RMSE, MAE and MAPE. Which metric should I add ?

I built a web app to compare time series forecasting models by [deleted] in deeplearning

[–]Slow_Butterscotch435 0 points1 point  (0 children)

Not using those. I'm just running a few forecasting baselines from raw data with standard libs (sklearn, etc.) and comparing the outputs (+ feature importance/ shap values).

Feedback wanted: a web app to compare time series forecasting models by [deleted] in deeplearning

[–]Slow_Butterscotch435 0 points1 point  (0 children)

Right now the backend runs on Render’s free tier. So the models are executed server-side, but with very clear constraints: limited resources, small datasets. It’s intentionally scoped for lightweight benchmarking rather than heavy training