Skip to content

Commit

Permalink
simplified importing read_zip
Browse files Browse the repository at this point in the history
  • Loading branch information
ttimbers committed Nov 25, 2023
1 parent 9b99309 commit d902d5e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/breast_cancer_predictor_report.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import pandas as pd\n",
"import requests\n",
"import zipfile\n",
"import altair as alt\n",
"alt.data_transformers.disable_max_rows()\n",
"from sklearn import set_config\n",
Expand All @@ -32,8 +30,7 @@
"from sklearn.metrics import fbeta_score, make_scorer\n",
"import sys\n",
"import os\n",
"sys.path.append('..')\n",
"from src.read_zip import read_zip"
"from read_zip import read_zip"
]
},
{
Expand Down

0 comments on commit d902d5e

Please sign in to comment.