Closed SiddhantSadangi closed 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 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
@szysad - Added a test