Skip to content

Commit 9a45d5a

Browse files
author
EC2 Default User
committed
edit autopilot/custom-feature-selection/Feature_selection_autopilot.ipynb
1 parent 0a2d10a commit 9a45d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autopilot/custom-feature-selection/Feature_selection_autopilot.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"In some cases, customer wants to have the flexibility to bring custom data processing code to SageMaker Autopilot. For example, customer might have datasets with large number of independent variables. Customer would like to have a custom feature selection step to remove irrelevant variables first. The resulted smaller dataset is then used to launch SageMaker Autopilot job. Customer would also like to include both the custom processing code and models from SageMaker Autopilot for easy deployment—either on a real-time endpoint or for batch processing. We will demonstrate how to achieve this in this notebook. \n",
1111
"\n",
1212
"\n",
13-
"### Table of contents\n",
13+
"## Table of contents\n",
1414
"* [Setup](#setup)\n",
1515
" * [Generate dataset](#data_gene)\n",
1616
" * [Upload data to S3](#upload)\n",

0 commit comments

Comments
 (0)