First commit created readme
Browse files
README.md
CHANGED
|
@@ -1,12 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
|
| 4 |
-
colorFrom: gray
|
| 5 |
-
colorTo: yellow
|
| 6 |
sdk: streamlit
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
---
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Streamlit time series ExpSmoothing
|
| 3 |
+
description: Exponential Smoothing on ILINetDataset
|
|
|
|
|
|
|
| 4 |
sdk: streamlit
|
| 5 |
+
space_sdk: streamlit
|
| 6 |
+
sdk_version: 1.22.0
|
| 7 |
+
app_file: main.py
|
| 8 |
---
|
| 9 |
|
| 10 |
+
## Exponential Smoothing time series forecasting on ILINetDataset
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
## References
|