mljar / mljar-examples

Examples how MLJAR can be used
Apache License 2.0
59 stars 31 forks source link

Fixed error y_predicted['labels'] #6

Closed ELHoussineT closed 3 years ago

ELHoussineT commented 3 years ago

Calling y_predicted['labels'] returns an error because y_predicted is already of type numpy.ndarray

pplonski commented 3 years ago

@sinkingtitanic thank you!