Skip to content

Commit 738ff3e

Browse files
author
Anushriya Jain
committed
minor edits
1 parent d47c613 commit 738ff3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

samples/04_gis_analysts_data_scientists/forecasting_air_temperature_in_california.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@
532532
"metadata": {},
533533
"source": [
534534
"### Converting into time series format<a class=\"anchor\" id=\"6\"></a>\n",
535-
"The dataset is now transformed into a time series data format by creating a new index that will used by the model for processing the sequential data."
535+
"The dataset is now transformed into a time series data format by creating a new index that will be used by the model for processing the sequential data."
536536
]
537537
},
538538
{
@@ -1179,7 +1179,7 @@
11791179
"cell_type": "markdown",
11801180
"metadata": {},
11811181
"source": [
1182-
"Visualize the timeseries in batches, here the sequence length is mentioned which would be treated as the batch length"
1182+
"Next, we visualize the timeseries in batches. Here, we will pass the sequence length as the batch length."
11831183
]
11841184
},
11851185
{
@@ -2614,7 +2614,7 @@
26142614
"cell_type": "markdown",
26152615
"metadata": {},
26162616
"source": [
2617-
"A considerably high r-square value of .91 indicates a high similarity between the forecasted values and the actual values. Furthermore, the RMSE error of 3.661 is quite low, indicating a good fit by model."
2617+
"A considerably high r-square value of .91 indicates a high similarity between the forecasted values and the actual values. Furthermore, the RMSE error of 3.661 is quite low, indicating a good fit by the model."
26182618
]
26192619
},
26202620
{

0 commit comments

Comments
 (0)