Skip to content

Commit

Permalink
Merge branch 'main' into parallelization-document-extras
Browse files Browse the repository at this point in the history
  • Loading branch information
dom-white committed Oct 16, 2023
2 parents ae93811 + 3ec96dc commit b952405
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/text/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ These data have in common that they are ordered by an independent variable.
The most common independent variable is time (time series).
Other examples for sequential data are reflectance and absorption spectra,
which have wavelength as their ordering dimension.
In order keeps things simple, we are simplify referring to all different types of sequential data as time-series.
In order to keep things simple, we are simply referring to all different types of sequential data as time-series.

.. image:: ../images/introduction_ts_exa.png
:scale: 70 %
Expand Down
2 changes: 1 addition & 1 deletion docs/text/quick_start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ You can now use the features in the DataFrame `features_filtered` (which is equa
`features_filtered_direct`) in conjunction with `y` to train your classification model.
You can find an example in the Jupyter notebook
`01 Feature Extraction and Selection.ipynb <https://github.com/blue-yonder/tsfresh/blob/main/notebooks/01%20Feature%20Extraction%20and%20Selection.ipynb>`_
were we train a RandomForestClassifier using the extracted features.
where we train a RandomForestClassifier using the extracted features.

References

Expand Down

0 comments on commit b952405

Please sign in to comment.