Skip to content

Commit

Permalink
uncomment pip install sagemaker in pipeline sample code
Browse files Browse the repository at this point in the history
  • Loading branch information
camila-buzzni committed Jul 8, 2024
1 parent f9bab38 commit 5617502
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
},
"outputs": [],
"source": [
"# !pip install -U sagemaker"
"!pip install -U sagemaker"
]
},
{
Expand Down

1 comment on commit 5617502

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MODEL METRICS

Training variance explained: 33.0%
Test variance explained: 32.0%

Data viz

feature_importance
residuals

Please sign in to comment.