Waikato / meka

Multi-label classifiers and evaluation procedures using the Weka machine learning framework.
http://waikato.github.io/meka/
GNU General Public License v3.0
200 stars 76 forks source link

Rename classes #34

Open jmread opened 7 years ago

jmread commented 7 years ago

Change EnsembleML class to `Ensemble - there's no need for the 'ML' distinction since it's in Meka. -- should also merge BaggingML into Ensemble -- simply by including a boolean option for 'sampling with replacement'.