Program_img2AdditiveRegression_weka_numeric
This programs is part of the WEKA classifier library. The code used to generate this program is from the java class 'weka/classifiers/meta/AdditiveRegression.java' from WEKA's libraries. The following description was taken from this classes JavaDoc information:

---------------------
Meta classifier that enhances the performance of a regression base classifier. Each iteration fits a model to the residuals left by the classifier on the previous iteration. Prediction is accomplished by adding the predictions of each classifier. Reducing the shrinkage (learning rate) parameter helps prevent overfitting and has a smoothing effect but increases the learning time. For more information see: J.H. Friedman (1999). Stochastic Gradient Boosting.
---------------------

NOTE: This algorithm has no parameter tuning, it is using the default WEKA parameters

Regression
internal
18M
checked
open
Login required!

Run this program on a dataset Arrow_right


Existing runs on AdditiveRegression_weka_numeric 1-11 of 11   Action_refresh_blue
ID Program Dataset User Updated << Status Total time Memory Error
Run #8022 AdditiveRegression_weka_numeric etf300-fractal-f20-126 arielf 63d11h ago done 35s 231M 0.012
Run #7798 AdditiveRegression_weka_numeric dans_rare_events_1 discmandan 104d9h ago done 1m29s 231M 0.011
Run #7544 AdditiveRegression_weka_numeric bow-regression (medium) jgjt 138d5h ago failed 1s 38M
Run #3860 AdditiveRegression_weka_numeric auto-mpg internal 252d12h ago done 1s 230M 13.4
Run #3858 AdditiveRegression_weka_numeric cpu-performance internal 252d12h ago done 1s 231M 2793
Run #3859 AdditiveRegression_weka_numeric servo internal 252d12h ago done 1s 231M 1.02
Run #3856 AdditiveRegression_weka_numeric liver-disorders internal 252d12h ago done 1s 228M 11.5
Run #3857 AdditiveRegression_weka_numeric autos internal 252d12h ago done 1s 230M 0.602
Run #3855 AdditiveRegression_weka_numeric housing internal 252d12h ago done 1s 229M 33.6
Run #3854 AdditiveRegression_weka_numeric echocardiogram internal 252d12h ago done 2s 223M 121
Run #2536 AdditiveRegression_weka_numeric regression-sample internal 252d19h ago done 1s 22M 0.290




Program contents Arrow_right


Comments:


Must be logged in to post comments.