Skip to content

Commit

Permalink
enable optional steps to avoid error being raised in scikit_learn_dat…
Browse files Browse the repository at this point in the history
…a_processing_and_model_evaluation.ipynb
  • Loading branch information
atqy committed Aug 12, 2022
1 parent 1c5da89 commit 9e2738f
Showing 1 changed file with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@
"metadata": {},
"outputs": [],
"source": [
"run_optional_steps = False"
"run_optional_steps = True"
]
},
{
Expand Down Expand Up @@ -692,14 +692,21 @@
"script_processor_job_description = script_processor.jobs[-1].describe()\n",
"print(script_processor_job_description)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"instance_type": "ml.t3.medium",
"kernelspec": {
"display_name": "Python 3 (Data Science)",
"display_name": "conda_python3",
"language": "python",
"name": "python3__SAGEMAKER_INTERNAL__arn:aws:sagemaker:us-east-1:081325390199:image/datascience-1.0"
"name": "conda_python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -711,7 +718,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.10"
"version": "3.6.13"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 9e2738f

Please sign in to comment.