Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ def fetch_data(source_name, days_back=180):
|
|
| 22 |
# Streamlit app interface
|
| 23 |
st.title("⚡ Electricity Market Price Forecasting")
|
| 24 |
st.write("""
|
| 25 |
-
This application uses
|
| 26 |
Select a model, choose your data source, and evaluate forecasting performance with backtesting on real ERCOT prices.
|
| 27 |
""")
|
| 28 |
|
|
|
|
| 22 |
# Streamlit app interface
|
| 23 |
st.title("⚡ Electricity Market Price Forecasting")
|
| 24 |
st.write("""
|
| 25 |
+
This application uses several pretrained models for zero-shot time series forecasting on electricity market data.
|
| 26 |
Select a model, choose your data source, and evaluate forecasting performance with backtesting on real ERCOT prices.
|
| 27 |
""")
|
| 28 |
|