Open joshuawe opened 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
Current solution is to ignore this function.
Just added return after function definition.
return
There is a bug with the classification report. For some reason it gives an error now. (Probably due to newer scikit-learn version)