societe-generale / aikit

Automated machine learning package
http://aikit.readthedocs.io/
BSD 2-Clause "Simplified" License
27 stars 11 forks source link

change name calinski_harabaz_score -> calinski_harabasz_score #64

Closed LionelMassoulard closed 4 years ago

LionelMassoulard commented 4 years ago

it seems sklearn change the name of that scorer

https://scikit-learn.org/stable/modules/generated/sklearn.metrics.calinski_haraba**sz**_score.html : sklearn 0.23 https://scikit-learn.org/0.22/modules/generated/sklearn.metrics.calinski_haraba**z**_score.html : sklearn 0.22