Releases: neptune-ai/neptune-lightgbm
Releases · neptune-ai/neptune-lightgbm
2.0.0
1.0.0
Changes
NeptuneCallback
now accepts a namespaceHandler
as an alternative toRun
for therun
argument. This means that
you can call it likeNeptuneCallback(run=run["some/namespace/"])
to log everything to thesome/namespace/
location of the run.- Removed size limit for
log_trees_as_dataframe
(#14)
Breaking changes
- Instead of the
log()
method, the integration now usesappend()
which is available since version 0.16.14
of neptune-client.
0.10.0
Changes
- Moved
neptune-lightgbm
package tosrc
directory (#8) - Defaulted
log_trees_as_dataframe
tofalse
(#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
0.9.13
0.9.12
0.9.11
0.9.10
- Added docstrings for
NeptuneCallback
andcreate_booster_summary
. - Fixed problem with small trees visualizations, by controlling figure size.