posted an update

Updates(2020.08.25)

This update implemented two commonly used ensemble methods (bagging, adaboost). However, the related codes are still W.I.P, so the main purpose of this update is to show the potential of carefree-learn:

ensemble = cflearn.Ensemble(TaskTypes.CLASSIFICATION, config)
results = ensemble.adaboost(train_file)
predictions = results.pattern.predict(test_file)

Log in or sign up for Devpost to join the conversation.