Predict table targets using a trained AdaBoost regression model
Predictor of a trained Adaboost regressor. The predicted regression value of an input sample is computed as the weighted median prediction of the classifiers in the ensemble.
See https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostRegressor.html for more details
Input
Table
The input table
Learned model
The input model
Output
result
The output result