Skip to content

Releases: capitalone/rubicon-ml

v0.4.0

16 Nov 16:26
e4d0ad0
Compare
Choose a tag to compare

changelog

bugfixes

  • fix Binder examples (#284)
  • fix tag removal bug (#298)

v0.3.10

29 Sep 19:47
a87f5ea
Compare
Choose a tag to compare

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

23 Sep 15:42
16741b9
Compare
Choose a tag to compare

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

16 Sep 18:14
0633fd1
Compare
Choose a tag to compare

changelog

bugfixes

  • fixes duplicate source registration error from newest intake release (#262)

v0.3.7

06 Jul 13:47
f867fb1
Compare
Choose a tag to compare

changelog

v0.3.6

12 Apr 15:05
eac37b6
Compare
Choose a tag to compare

changelog

v0.3.5

29 Mar 22:49
d7324be
Compare
Choose a tag to compare

changelog

  • publish experiments from experiment table (#202)
  • new "hello rubicon" example (#204)

bugfixes

  • __version__ fix (#200)

v0.3.4

17 Mar 20:52
5167d29
Compare
Choose a tag to compare

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

17 Mar 15:13
4984393
Compare
Choose a tag to compare

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

16 Feb 18:50
7f0f0e2
Compare
Choose a tag to compare

changelog

  • move publish into intake_rubicon module (#180)
  • remove intake project source (#181)