From 457d1825a5baf7e9a426a5adc371beff251c74fd Mon Sep 17 00:00:00 2001 From: Evans Doe Ocansey <5824214+evansdoe@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:00:33 +0200 Subject: [PATCH] Update quick_start.rst (#1049) --- docs/text/quick_start.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/text/quick_start.rst b/docs/text/quick_start.rst index 3fb99af8..890c46d4 100644 --- a/docs/text/quick_start.rst +++ b/docs/text/quick_start.rst @@ -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 `_ -were we train a RandomForestClassifier using the extracted features. +where we train a RandomForestClassifier using the extracted features. References