Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Time Series Forecasting App does not work with example electricity data #1

Open
lincolnharmer opened this issue Nov 25, 2023 · 1 comment

Comments

@lincolnharmer
Copy link

When using the sample electricity data in the app I get the following error. I also get this error when using my own data that is in the same format.

TypeError: This app has encountered an error. The original error message is redacted to prevent data leaks. Full error details have been recorded in the logs (if you're on Streamlit Cloud, click on 'Manage app' in the lower right of your app).
Traceback:
File "/home/adminuser/venv/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 534, in _run_script
exec(code, module.dict)
File "/mount/src/timegpt-forecaster-streamlit/app.py", line 366, in
main()
File "/mount/src/timegpt-forecaster-streamlit/app.py", line 340, in main
data, X_df, X_df_future, forecast_results, weights_df = perform_forecast(
File "/mount/src/timegpt-forecaster-streamlit/app.py", line 141, in perform_forecast
forecast_results, weights = predict_from_api(
File "/mount/src/timegpt-forecaster-streamlit/app.py", line 119, in predict_from_api
y_hat_df = pd.DataFrame(**response['forecast'])

@Sandy4321
Copy link

good question

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants