Skip to content

Commit 5525f98

Browse files
author
EC2 Default User
committed
fix autopilot/custom-feature-selection/Feature_selection_autopilot.ipynb
1 parent 4d096b2 commit 5525f98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

autopilot/custom-feature-selection/Feature_selection_autopilot.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"cell_type": "markdown",
3030
"metadata": {},
3131
"source": [
32-
"# Setup <a class=\"anchor\" id=\"setup\"></a>"
32+
"## Setup <a class=\"anchor\" id=\"setup\"></a>"
3333
]
3434
},
3535
{
@@ -139,7 +139,7 @@
139139
"cell_type": "markdown",
140140
"metadata": {},
141141
"source": [
142-
"# Feature Selection <a class=\"anchor\" id=\"feature_selection\"></a>\n",
142+
"## Feature Selection <a class=\"anchor\" id=\"feature_selection\"></a>\n",
143143
"\n",
144144
"We use Scikit-learn on Sagemaker `SKLearn` Estimator with a feature selection script as an entry point. The script is very similar to a training script you might run outside of SageMaker, but you can access useful properties about the training environment through various environment variables, such as:\n",
145145
"\n",
@@ -439,7 +439,7 @@
439439
"cell_type": "markdown",
440440
"metadata": {},
441441
"source": [
442-
"# Autopilot <a class=\"anchor\" id=\"autopilot\"></a>"
442+
"## Autopilot <a class=\"anchor\" id=\"autopilot\"></a>"
443443
]
444444
},
445445
{
@@ -652,7 +652,7 @@
652652
"cell_type": "markdown",
653653
"metadata": {},
654654
"source": [
655-
"# Serial Inference Pipeline that combines feature selection and autopilot <a class=\"anchor\" id=\"serial_inference\"></a>\n"
655+
"## Serial Inference Pipeline that combines feature selection and autopilot <a class=\"anchor\" id=\"serial_inference\"></a>\n"
656656
]
657657
},
658658
{

0 commit comments

Comments
 (0)