neptune-ai / neptune-sklearn

Experiment tracking for scikit-learn. 🧩 Log, organize, visualize and compare model metrics, parameters, dataset versions, and more.
https://docs.neptune.ai/integrations/sklearn/
Apache License 2.0
6 stars 2 forks source link

Supressing `NeptuneUnsupportedType` warning if expected metadata not found #21

Closed SiddhantSadangi closed 10 months ago

SiddhantSadangi commented 10 months ago

@szysad - Added a test

AleksanderWWW commented 10 months ago

@SiddhantSadangi just thinking - shouldn't we issue a warning that a certain chart couldn't be logged, because it was None? So that the users are not surprised when they don't find the metadata they expected in the run. What do you think?

SiddhantSadangi commented 10 months ago

@SiddhantSadangi just thinking - shouldn't we issue a warning that a certain chart couldn't be logged, because it was None? So that the users are not surprised when they don't find the metadata they expected in the run. What do you think?

@AleksanderWWW - that's already handled in the code: https://github.com/neptune-ai/neptune-sklearn/blob/1e91d11ac74704342cf08e3d862ef420f3831409/src/neptune_sklearn/impl/__init__.py#L572