From fbd678fd67c20171de73e6efd7f35ab057732ef1 Mon Sep 17 00:00:00 2001 From: Janos Gabler Date: Mon, 4 Nov 2024 10:00:20 +0100 Subject: [PATCH] Apply suggestions from code review by Christian Co-authored-by: Christian Zimpelmann --- docs/source/how_to/how_to_algorithm_selection.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/how_to/how_to_algorithm_selection.ipynb b/docs/source/how_to/how_to_algorithm_selection.ipynb index d6a04ee54..e04c4c937 100644 --- a/docs/source/how_to/how_to_algorithm_selection.ipynb +++ b/docs/source/how_to/how_to_algorithm_selection.ipynb @@ -22,7 +22,7 @@ "## The four steps for selecting algorithms\n", "\n", "Algorithm selection is a mix of theory and experimentation. We recommend the following \n", - "for steps:\n", + "four steps:\n", "\n", "1. **Theory**: Based on the properties of your problem, start with 3 to 5 candidate algorithms. \n", "You may use the [decision tree below](link)\n",