Skip to content

Commit f0d0dec

Browse files
authored
Apply suggestions from code review
1 parent 79e5ad9 commit f0d0dec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/manual.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ For **time series forecasting tasks**, besides the functions described above, ti
3737
check the information specify for time series forecasting tasks: it checks
3838

3939
* The index of the series that each data point belongs to
40-
* if the dataset is uni-variant (only targets information is contained in the datasets)
41-
* the sample frequency of the datasets
42-
* the static features in the dataset, i.e., features that contain only one value within each series
40+
* If the dataset is uni-variant (only targets information is contained in the datasets)
41+
* The sample frequency of the datasets
42+
* The static features in the dataset, i.e., features that contain only one value within each series
4343

4444
Time Series forecasting validator then transforms the features and targets into a `pd.DataFrame <https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.html>`_
4545
whose index is applied to identify the series that the time step belongs to.

0 commit comments

Comments
 (0)