mimno / Mallet

MALLET is a Java-based package for statistical natural language processing, document classification, clustering, topic modeling, information extraction, and other machine learning applications to text.
https://mimno.github.io/Mallet/
Other
973 stars 346 forks source link

classifier does not get set in AdaBoostTrainer and AdaBoostTrainerM2 when the boosting stops #173

Open pkyj95 opened 4 years ago

pkyj95 commented 4 years ago

When boosting stops because epsilon is almost 0, it creates a new AdaBoost[M2] and return the created classifier without assigning it to this.classifier