From db41b1ce80a6dfa01e59caa5592577418b0164d7 Mon Sep 17 00:00:00 2001 From: guillaume-chevalier Date: Mon, 28 Jun 2021 19:40:06 -0400 Subject: [PATCH] Move ipynb example to proper folder for documentation. --- .../Introduction to Time Series Processing.ipynb | 2 +- examples/{auto_ml => images}/time-series-data.jpg | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename examples/{auto_ml => }/Introduction to Time Series Processing.ipynb (99%) rename examples/{auto_ml => images}/time-series-data.jpg (100%) diff --git a/examples/auto_ml/Introduction to Time Series Processing.ipynb b/examples/Introduction to Time Series Processing.ipynb similarity index 99% rename from examples/auto_ml/Introduction to Time Series Processing.ipynb rename to examples/Introduction to Time Series Processing.ipynb index 8df1b92b..46608523 100644 --- a/examples/auto_ml/Introduction to Time Series Processing.ipynb +++ b/examples/Introduction to Time Series Processing.ipynb @@ -48,7 +48,7 @@ "\n", "Here is how the 3D data cube looks like. So we'll have a train and a test data cube, and might create validation data cubes as well: \n", "\n", - "![](time-series-data.jpg)\n", + "![](images/time-series-data.jpg)\n", "\n", "So we have 3D data of shape `[batch_size, time_steps, features]`. If this and the above is still unclear to you, you may want to [learn more on the 3D shape of time series data](https://www.quora.com/What-do-samples-features-time-steps-mean-in-LSTM/answers/79038267).\n" ] diff --git a/examples/auto_ml/time-series-data.jpg b/examples/images/time-series-data.jpg similarity index 100% rename from examples/auto_ml/time-series-data.jpg rename to examples/images/time-series-data.jpg