Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
svpino committed Oct 22, 2023
1 parent 998e11f commit d2e65bd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
8 changes: 5 additions & 3 deletions program/cohort.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@
"## Initial setup\n",
"\n",
":::{.callout-note}\n",
"To build our system using SageMaker, we need access to `ml.m5.xlarge` instances. By default, the quota on a new AWS account is zero, so you need to request a quota increase. \n",
"\n",
"You can do that under Service Quotas > AWS Services > Amazon SageMaker. Find `ml.m5.xlarge` and request a quota increase for processing jobs, training jobs, transform jobs, and endpoint usage. In the meantime, you can use `ml.t3.large` as a substitute.\n",
"Before running this notebook, follow the [setup instructions](https://program.ml.school/setup.html) for the program.\n",
":::\n",
"\n",
"\n",
Expand Down Expand Up @@ -366,6 +364,10 @@
"6. `body_mass_g`: The body mass of the penguin in grams\n",
"7. `sex`: The sex of the penguin\n",
"\n",
"If you are curious, here is the description of a penguin's culmen:\n",
"\n",
"<img src='images/culmen.jpeg' alt='Culmen' width=\"600\">\n",
"\n",
"Now, let's get the summary statistics for the features in our dataset."
]
},
Expand Down
Binary file added program/images/culmen.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion program/setup.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Configuration Setup"
title: "Setup Instructions"
listing:
contents: posts
sort: "date desc"
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ numpy
pandas
matplotlib
scikit-learn
plotly
python-dotenv
ipytest
tensorflow
Expand Down

0 comments on commit d2e65bd

Please sign in to comment.