Python machine learning library based on Object Oriented design principles; the goal is to allow users to quickly explore data and search for top machine learning algorithm candidates for a given dataset
MIT License
1
stars
0
forks
source link
Refactor Scores/Evaluators to a single Equation(?) class #36
There is too much that
TwoClassConfusionMatrix
is doing that it doesn't make sense to refactor; the Score objects are correctly utilizing that class.