Skip to content

update notebook and zip file so notebook runs #62

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 22 additions & 4 deletions bring-custom-container.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,13 @@
"The API calls the Amazon SageMaker `CreateTrainingJob` API to start model training. The API uses configuration you provided to create the `estimator` and the specified input training data to send the `CreatingTrainingJob` request to Amazon SageMaker."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
Expand All @@ -358,10 +365,21 @@
" output_path=\"s3://{}/output\".format(sess.default_bucket()),\n",
" sagemaker_session=sess)\n",
"\n",
"file_location = data_location + '/iris.csv'\n",
"file_location = data_location + '/train.csv'\n",
"tree.fit(file_location)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"file_location"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -514,9 +532,9 @@
"metadata": {
"instance_type": "ml.t3.medium",
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (Data Science)",
"language": "python",
"name": "python3"
"name": "python3__SAGEMAKER_INTERNAL__arn:aws:sagemaker:us-east-1:081325390199:image/datascience-1.0"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -528,7 +546,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.3"
"version": "3.7.10"
}
},
"nbformat": 4,
Expand Down
Binary file modified scikit_bring_your_own.zip
Binary file not shown.