updated README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ pipeline_tag: time-series-forecasting
|
|
10 |
|
11 |
# linear-regression-geron-time-series
|
12 |
|
13 |
-
A linear regression model trained on Aurelien Geron's synthetic time series dataset
|
14 |
|
15 |
The time series contains a linear trend, a yearly seasonality and some white noise.
|
16 |
|
@@ -114,4 +114,4 @@ MAE on the validation period: 4.99
|
|
114 |
|
115 |
---
|
116 |
|
117 |
-
This model has been pushed to the Hub using the [
|
|
|
10 |
|
11 |
# linear-regression-geron-time-series
|
12 |
|
13 |
+
A linear regression model trained on Aurelien Geron's synthetic time series dataset - from Lesson 8 of the Udacity course "Intro to TensorFlow for Deep Learning". It is a PyTorch adaptation of the TensorFlow model trained in the lesson.
|
14 |
|
15 |
The time series contains a linear trend, a yearly seasonality and some white noise.
|
16 |
|
|
|
114 |
|
115 |
---
|
116 |
|
117 |
+
This model has been pushed to the Hub using the [PyTorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration.
|