joshuawe / plots_and_graphs

Visualize Machine Learning Metrics
https://pypi.org/project/plotsandgraphs/
GNU General Public License v3.0
3 stars 0 forks source link

Classification Report bug #26

Open joshuawe opened 10 months ago

joshuawe commented 10 months ago

There is a bug with the classification report. For some reason it gives an error now. (Probably due to newer scikit-learn version)

ValueError: Classification metrics can't handle a mix of binary and continuous targets
joshuawe commented 10 months ago

Current solution is to ignore this function.

Just added return after function definition.