Skip to content

Commit 3539067

Browse files
Ajit Kumar SinghAjit Kumar Singh
Ajit Kumar Singh
authored and
Ajit Kumar Singh
committed
Adding content
1 parent 8d57e9d commit 3539067

3 files changed

+418
-116
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,6 @@ Cheers!! 🍻
7979

8080
- **[Time Series Forecasting with FBProphet](#)🎯**
8181
- [Univariate and Multivariate Time Series Forecasting With FBProphet](https://github.com/ajitsingh98/Time-Series-Analysis-and-Forecasting-with-Python/blob/master/Time_Series_Forecasting_With_Prophet.ipynb)
82+
83+
- **[AutoML For Time Series Forecasting](#)🦾**
84+
- [Automating Time Series Forecsting with FLAML](https://github.com/ajitsingh98/Time-Series-Analysis-and-Forecasting-with-Python/blob/master/Automating_Time_Series_Forecsting_with_FLAML.ipynb)

Time_Series_Forecasting_With_LSTMs.ipynb

-17
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@
88
"<h1 align='center'>Time Series Forecasting with LSTMs</h1>"
99
]
1010
},
11-
{
12-
"cell_type": "markdown",
13-
"metadata": {},
14-
"source": []
15-
},
16-
{
17-
"cell_type": "markdown",
18-
"metadata": {},
19-
"source": []
20-
},
2111
{
2212
"attachments": {},
2313
"cell_type": "markdown",
@@ -340,13 +330,6 @@
340330
"It's worth noting that in our previous exercise the train and test sets were tensors. Here they're numpy arrays. This is because one of the steps we're about to perform outputs an array, and we'd have to turn it into a tensor anyway."
341331
]
342332
},
343-
{
344-
"cell_type": "code",
345-
"execution_count": null,
346-
"metadata": {},
347-
"outputs": [],
348-
"source": []
349-
},
350333
{
351334
"attachments": {},
352335
"cell_type": "markdown",

0 commit comments

Comments
 (0)