Skip to content

Commit

Permalink
change btb to baytune
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahmish committed Nov 15, 2024
1 parent a7bc200 commit 3a061cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/tutorials/7. Tuning a Pipeline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
"metadata": {},
"outputs": [],
"source": [
"from btb.tuning import Tunable\n",
"from baytune.tuning import Tunable\n",
"\n",
"tunable = Tunable.from_dict(tunable_hyperparameters)"
]
Expand All @@ -265,7 +265,7 @@
"metadata": {},
"outputs": [],
"source": [
"from btb.tuning import GPTuner\n",
"from baytune.tuning import GPTuner\n",
"\n",
"tuner = GPTuner(tunable)"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
"metadata": {},
"outputs": [],
"source": [
"from btb.session import BTBSession\n",
"from baytune.session import BTBSession\n",
"\n",
"session = BTBSession(tunables, cross_validate, verbose=True)"
]
Expand Down

0 comments on commit 3a061cd

Please sign in to comment.