Predict table labels using a trained AdaBoost classifier model
Predictor of a trained AdaBoost classifier. This process predicts classes for a table. The predicted class of an input sample is computed as the weighted mean prediction of the classifiers in the ensemble.
See https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html for more details
Input
Table
The input table
Learned model
The input model
Output
result
The output result