Skip to content

Commit

Permalink
Updating imports in binary test ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
elemets committed Jul 3, 2024
1 parent ff05bd4 commit 6c2239c
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions notebooks/binary_test.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,10 @@
"from sklearn.datasets import load_breast_cancer\n",
"\n",
"from functions import *\n",
"from model_tuner import *"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"from model_tuner import pickleObjects"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"pickleObjects.dumpObjects()"
"\n",
"from model_tuner.model_tuner_utils import Model\n",
"from model_tuner.bootstrapper import evaluate_bootstrap_metrics\n",
"from model_tuner.pickleObjects import dumpObjects, loadObjects"
]
},
{
Expand Down

0 comments on commit 6c2239c

Please sign in to comment.