Skip to content

Releases: neptune-ai/neptune-lightgbm

2.0.0

29 Mar 13:26
0310ffc
Compare
Choose a tag to compare

Changes

  • Removed neptune and neptune-client from base requirements. (#22)

1.0.0

20 Feb 08:38
2dfd14c
Compare
Choose a tag to compare

Changes

  • NeptuneCallback now accepts a namespace Handler as an alternative to Run for the run argument. This means that
    you can call it like NeptuneCallback(run=run["some/namespace/"]) to log everything to the some/namespace/
    location of the run.
  • Removed size limit for log_trees_as_dataframe (#14)

Breaking changes

  • Instead of the log() method, the integration now uses append() which is available since version 0.16.14
    of neptune-client.

0.10.0

07 Nov 14:33
427f214
Compare
Choose a tag to compare

Changes

  • Moved neptune-lightgbm package to src directory (#8)
  • Defaulted log_trees_as_dataframe to false (#5)
  • Updated create_booster_summary to log tree dataframe as a csv (#5)
  • Poetry as a package builder (#13)

Fixes

  • Fixed NeptuneCallback import error - now possible to directly import with from neptune_lightgbm import NeptuneCallback
    (#10)

0.9.14

12 Sep 12:42
07f6ee0
Compare
Choose a tag to compare

Changes

  • Changed integrations utils to be imported from non-internal package

0.9.13

07 Jul 12:51
b8fb0d7
Compare
Choose a tag to compare

Features

  • Mechanism to prevent using legacy Experiments in new-API integrations (#4)

0.9.12

18 Jun 08:49
Compare
Choose a tag to compare
Fix gitatttributes

0.9.11

17 Jun 16:13
Compare
Choose a tag to compare
Fix runtime version

0.9.10

10 Jun 10:15
caacde1
Compare
Choose a tag to compare
  • Added docstrings for NeptuneCallback and create_booster_summary.
  • Fixed problem with small trees visualizations, by controlling figure size.

0.9.9

27 May 09:29
9c8bad4
Compare
Choose a tag to compare
Adapt to integration-template (#2)

0.9.8

11 May 09:01
5f29bfe
Compare
Choose a tag to compare
LGBM integration with new client (#1)