Releases: capitalone/rubicon-ml
Releases · capitalone/rubicon-ml
v0.4.0
changelog
bugfixes
- fix Binder examples (#284)
- fix tag removal bug (#298)
v0.3.10
changelog
- added tagging to features (#278)
- added tagging to parameters (#280)
- dependency updates via
edgetest
(#279, #281)
bugfixes
- fixes a bug where
add_tags
and remove_tags
did not work properly on entities with names with underscores in them (#280)
v0.3.9
changelog
- added tagging to metrics (#273, #276)
- dependency updates via
edgetest
(#267, #274)
bugfixes
- artifacts can now be retrieved by tags (#275)
v0.3.8
changelog
bugfixes
- fixes duplicate source registration error from newest
intake
release (#262)
v0.3.7
changelog
- get
edgetest
working (#225, #230)
- dependency updates via
edgetest
(#231, #238, #239, #241, #242, #245, #248, #250)
- documentation and example updates (#218, #222, #234, #235, #246, #249)
v0.3.5
changelog
- publish experiments from experiment table (#202)
- new "hello rubicon" example (#204)
bugfixes
v0.3.4
changelog
- Added
edgetest
action for up-to-date requirements (#195)
bug fixes
- Update
intake
dependency to include msgpack
when using pip (#199)
v0.3.3
changelog
- Added
make_pipeline
to Rubicon_ml.sklearn.pipeline
to create pipelines (#185)
RubiconPipeline
constructor takes memory
and verbose
arguments as well without ***kwargs
(#185)
- Added multiple scores and fits to pipelines in
Rubicon_ml.sklearn.pipeline
(#186)
- Support score_samples on pipelines in
Rubicon_ml.sklearn.pipeline
(#192)
- Add pipeline slicing on pipelines in
Rubicon_ml.sklearn.pipeline
(#194)
bugfixes
- Support NoneType values in correlation plot (#189)
v0.3.2
changelog
- move
publish
into intake_rubicon
module (#180)
- remove
intake
project source (#181)