PonyGE / PonyGE2

PonyGE2: grammatical evolution and variants in Python
GNU General Public License v3.0
155 stars 92 forks source link

Update the import for Sklearn F1 score #127

Closed LBannenberg closed 3 years ago

LBannenberg commented 3 years ago

Scikit-Learn F1 score has been moved to sklearn.metrics (previously sklearn.metrics.classification). This change fixes the PonyGE2 import of it.