DEAP / deap

Distributed Evolutionary Algorithms in Python
http://deap.readthedocs.org/
GNU Lesser General Public License v3.0
5.75k stars 1.12k forks source link

Using ROC Curve for Binary Classification #582

Open joaovictortinoco opened 3 years ago

joaovictortinoco commented 3 years ago

Is there any possibility of having the ROC Curve connected into the toolbox? At this point we should evaluate the false positive/false negative of the generation and plot it.

fmder commented 2 years ago

Not sure what you are trying to do. I don't understand what would be false positive/false negative of a generation.