1.12.0
1.12.0 (2024-04-24)
Feat
- PyTorch: Add functionality to construct a PyTorch Model from a pipeline (#276)
Fix
- Pass in sampler to
create_study
(#282) - Pytorch: Fix builders.py (#280)
- precommit issues from #276 (#277)
[main d15b94d] bump: version 1.11.0 → 1.12.0
3 files changed, 15 insertions(+), 3 deletions(-)
What's Changed
- Add functionality to construct a PyTorch Model from a pipeline by @vladislavalerievich in #276
- doc: Fixup example in readme by @eddiebergman in #270
- fix: precommit issues from #276 by @eddiebergman in #277
- doc: Fix bad tooltip numbering by @eddiebergman in #278
- fix(Pytorch): Fix builders.py by @vladislavalerievich in #280
- fix: Pass in sampler to
create_study
by @eddiebergman in #282 - doc(CVEvaluator): Example of
CVEvalautor
withRandomSearch
by @eddiebergman in #283
Full Changelog: 1.11.0...1.12.0