sadhaklal commited on
Commit
87d7795
1 Parent(s): 209c081

updated README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 (from Lesson 8 of the Udacity course "Intro to TensorFlow for Deep Learning").
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 [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration.
 
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.