- Removed
neptune
andneptune-client
from base requirements (#23)
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.
- Instead of the
log()
method, the integration now usesappend()
which is available since version 0.16.14 of neptune-client.
- Fixed import issue for callback - now it is possible to import as
from neptune_xgboost import NeptuneCallback
(#14)
- Changed integrations utils to be imported from non-internal package (#10)
- Support
learning reate
forupdater
types (#8)
- Do not log
learning rate
if value is unavailable (#6)
- Mechanism to prevent using legacy Experiments in new-API integrations (#5)