Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-chandra committed Jan 22, 2024
1 parent af11d1c commit 8feb940
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Penguin Classification
## Penguin Classification :penguin:
:penguin: :penguin: :penguin:

Main aim of this project to is implement end-to-end ML pipelines on AWS sagemaker to predict the species of the Penguins. :penguin:
Main aim of this project to is implement end-to-end `ML pipelines on AWS sagemaker` to predict the species of the Penguins. :penguin:


## 1. Training Pipeline
Expand Down
11 changes: 4 additions & 7 deletions program/cohort.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@
},
{
"cell_type": "code",
"execution_count": 196,
"execution_count": 10,
"id": "1242122a-726e-4c37-a718-dd8e873d1612",
"metadata": {
"tags": []
Expand All @@ -596,23 +596,20 @@
"name": "stdout",
"output_type": "stream",
"text": [
"species\n",
"Adelie 152\n",
"Gentoo 124\n",
"Chinstrap 68\n",
"Name: count, dtype: int64\n",
"Name: species, dtype: int64\n",
"\n",
"island\n",
"Biscoe 168\n",
"Dream 124\n",
"Torgersen 52\n",
"Name: count, dtype: int64\n",
"Name: island, dtype: int64\n",
"\n",
"sex\n",
"MALE 168\n",
"FEMALE 165\n",
". 1\n",
"Name: count, dtype: int64\n"
"Name: sex, dtype: int64\n"
]
}
],
Expand Down

0 comments on commit 8feb940

Please sign in to comment.