streamlit_prophet icon indicating copy to clipboard operation
streamlit_prophet copied to clipboard

Streamlit app to train, evaluate and optimize a Prophet forecasting model.

Results 14 streamlit_prophet issues
Sort by recently updated
recently updated
newest added

## Checklist - [ ] I've searched the project's [`issues`](https://github.com/artefactory/streamlit_prophet}/issues?q=is%3Aissue). ## ❓ Question How can I [...]? Is it possible to [...]? ## 📎 Additional context

question

## 🐛 Bug Report ## 🔬 How To Reproduce Steps to reproduce the behavior: 1. ... ### Code sample ### Environment * OS: [e.g. Linux / Windows / macOS] *...

bug

## 🚀 Feature Request say you have additional regressor "X". say X itself isn't a great regressor, but X at lag 1 period is a good one. Could lag each...

enhancement

## 🚀 Feature Request use prophet itself to automatically forecast additional regressors ## 🔈 Motivation this would obviate the need to supply own regressor forecasts

enhancement

## 🚀 Feature Request it would be cool if you added an automatic hyperparameter tuning feature, as per https://facebook.github.io/prophet/docs/diagnostics.html#hyperparameter-tuning ## 🔈 Motivation this would create better forecasts

enhancement

Hi I have a problem with make docker. Attached logs [error.txt](https://github.com/artefactory/streamlit_prophet/files/8001336/error.txt)

bug

## 🚀 Feature Request First of all, thanks a lot for this amazing app! The feature is to extend it to NeuralProphet. ## 🔈 Motivation Since a while people work...

enhancement

## 🚀 Feature Request Add the fitted model coefficients to the data export. Also an option to show the coefficients, especially for trend lines, would be useful. ## 🔈 Motivation...

enhancement

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.20.1 to 3.20.2. Release notes Sourced from protobuf's releases. Protocol Buffers v3.20.2 C++ Reduce memory consumption of MessageSet parsing This release addresses a Security Advisory for C++...

dependencies

## 🐛 Bug Report server log following streamlit_prophet deploy dashboard for the first time, after just installing.. Traceback (most recent call last): File "/Users/nicholasgreen/myenv/bin/streamlit_prophet", line 5, in from streamlit_prophet.cli.__main__ import...

bug