Skip to content

Commit f11ef94

Browse files
authored
fix typo: "your are" -> "you are" (fastai#378)
1 parent 663431d commit f11ef94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01_intro.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2721,7 +2721,7 @@
27212721
"\n",
27222722
"It's instructive to look at a few example cases. Many of these examples come from predictive modeling competitions on the [Kaggle](https://www.kaggle.com/) platform, which is a good representation of problems and methods you might see in practice.\n",
27232723
"\n",
2724-
"One case might be if you are looking at time series data. For a time series, choosing a random subset of the data will be both too easy (you can look at the data both before and after the dates your are trying to predict) and not representative of most business use cases (where you are using historical data to build a model for use in the future). If your data includes the date and you are building a model to use in the future, you will want to choose a continuous section with the latest dates as your validation set (for instance, the last two weeks or last month of available data).\n",
2724+
"One case might be if you are looking at time series data. For a time series, choosing a random subset of the data will be both too easy (you can look at the data both before and after the dates you are trying to predict) and not representative of most business use cases (where you are using historical data to build a model for use in the future). If your data includes the date and you are building a model to use in the future, you will want to choose a continuous section with the latest dates as your validation set (for instance, the last two weeks or last month of available data).\n",
27252725
"\n",
27262726
"Suppose you want to split the time series data in <<timeseries1>> into training and validation sets."
27272727
]

0 commit comments

Comments
 (0)