Skip to content

Commit

Permalink
added naive predictor
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlotta Ulm authored and Carlotta Ulm committed Nov 25, 2020
1 parent 82a816d commit fab30f3
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Capstone_Zeit_EDA.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
{
"cell_type": "code",
"execution_count": 280,
"execution_count": 1,
"metadata": {
"ExecuteTime": {
"end_time": "2020-10-27T19:21:02.230076Z",
Expand Down Expand Up @@ -192,7 +192,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 3,
"metadata": {
"ExecuteTime": {
"start_time": "2020-10-27T19:09:25.187Z"
Expand Down Expand Up @@ -2947,7 +2947,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -3110,7 +3110,7 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 5,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -9691,18 +9691,18 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 6,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"0 142754\n",
"1 66289 \n",
"0 128680\n",
"1 55980 \n",
"Name: churn, dtype: int64\n",
"Churn: 66289\n",
"No churn 142754\n"
"Churn: 55980\n",
"No churn 128680\n"
]
}
],
Expand All @@ -9716,16 +9716,16 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 7,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Naive Predictor\n",
" Accuracy score: 0.317\n",
" F1 score: 0.367\n"
" Accuracy score: 0.303\n",
" F1 score: 0.352\n"
]
}
],
Expand Down

0 comments on commit fab30f3

Please sign in to comment.