adabag (Q20039): Difference between revisions
From MaRDI portal
EloiFerrer (talk | contribs) Merged Item from Q99466 |
Swh import (talk | contribs) SWHID from Software Heritage |
||||||||||||||
(14 intermediate revisions by 6 users not shown) | |||||||||||||||
Property / programmed in | |||||||||||||||
Property / programmed in: R / rank | |||||||||||||||
Property / last update | |||||||||||||||
| |||||||||||||||
Property / last update: 1 May 2023 / rank | |||||||||||||||
Property / author | |||||||||||||||
Property / author: Alfaro / rank | |||||||||||||||
Property / maintained by | |||||||||||||||
Property / maintained by: Esteban Alfaro / rank | |||||||||||||||
Property / maintained by | |||||||||||||||
Property / maintained by: Esteban Alfaro / rank | |||||||||||||||
Property / copyright license | |||||||||||||||
Property / copyright license: GNU General Public License, version 2.0 / rank | |||||||||||||||
Property / copyright license | |||||||||||||||
Property / copyright license: GNU General Public License, version 3.0 / rank | |||||||||||||||
Property / copyright license: GNU General Public License, version 3.0 / qualifier | |||||||||||||||
Property / depends on software | |||||||||||||||
Property / depends on software: rpart / rank | |||||||||||||||
Property / depends on software | |||||||||||||||
Property / depends on software: caret / rank | |||||||||||||||
Property / depends on software | |||||||||||||||
Property / depends on software: foreach / rank | |||||||||||||||
Property / depends on software | |||||||||||||||
Property / depends on software: doParallel / rank | |||||||||||||||
Property / Software Heritage ID | |||||||||||||||
Property / Software Heritage ID: swh:1:snp:99d777f31f8ea68f4035f81023b73e6e2fe141a2 / rank | |||||||||||||||
Property / software version identifier | |||||||||||||||
1.0 | |||||||||||||||
Property / software version identifier: 1.0 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 1.0 / qualifier | |||||||||||||||
publication date: 6 June 2006
| |||||||||||||||
Property / software version identifier | |||||||||||||||
1.1 | |||||||||||||||
Property / software version identifier: 1.1 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 1.1 / qualifier | |||||||||||||||
publication date: 25 October 2007
| |||||||||||||||
Property / software version identifier | |||||||||||||||
2.0 | |||||||||||||||
Property / software version identifier: 2.0 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 2.0 / qualifier | |||||||||||||||
publication date: 23 July 2011
| |||||||||||||||
Property / software version identifier | |||||||||||||||
2.1 | |||||||||||||||
Property / software version identifier: 2.1 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 2.1 / qualifier | |||||||||||||||
publication date: 23 October 2011
| |||||||||||||||
Property / software version identifier | |||||||||||||||
3.0 | |||||||||||||||
Property / software version identifier: 3.0 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 3.0 / qualifier | |||||||||||||||
publication date: 22 December 2011
| |||||||||||||||
Property / software version identifier | |||||||||||||||
3.1 | |||||||||||||||
Property / software version identifier: 3.1 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 3.1 / qualifier | |||||||||||||||
publication date: 5 July 2012
| |||||||||||||||
Property / software version identifier | |||||||||||||||
3.2 | |||||||||||||||
Property / software version identifier: 3.2 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 3.2 / qualifier | |||||||||||||||
publication date: 16 August 2013
| |||||||||||||||
Property / software version identifier | |||||||||||||||
4.0 | |||||||||||||||
Property / software version identifier: 4.0 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 4.0 / qualifier | |||||||||||||||
publication date: 21 December 2014
| |||||||||||||||
Property / software version identifier | |||||||||||||||
4.1 | |||||||||||||||
Property / software version identifier: 4.1 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 4.1 / qualifier | |||||||||||||||
publication date: 14 October 2015
| |||||||||||||||
Property / software version identifier | |||||||||||||||
5.0 | |||||||||||||||
Property / software version identifier: 5.0 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 5.0 / qualifier | |||||||||||||||
publication date: 31 May 2023
| |||||||||||||||
Property / programmed in | |||||||||||||||
Property / programmed in: R / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / MaRDI profile type | |||||||||||||||
Property / MaRDI profile type: MaRDI software profile / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / last update | |||||||||||||||
31 May 2023
| |||||||||||||||
Property / last update: 31 May 2023 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / maintained by | |||||||||||||||
Property / maintained by: Esteban Alfaro / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / description | |||||||||||||||
It implements Freund and Schapire's Adaboost.M1 algorithm and Breiman's Baggingalgorithm using classification trees as individual classifiers. Once these classifiers have beentrained, they can be used to predict on new data. Also, cross validation estimation of the error canbe done. Since version 2.0 the function margins() is available to calculate the margins for theseclassifiers. Also a higher flexibility is achieved giving access to the rpart.control() argumentof 'rpart'. Four important new features were introduced on version 3.0, AdaBoost-SAMME (Zhu et al., 2009) is implemented and a new function errorevol() shows the error of the ensembles asa function of the number of iterations. In addition, the ensembles can be pruned using the option 'newmfinal' in the predict.bagging() and predict.boosting() functions and the posterior probability ofeach class for observations can be obtained. Version 3.1 modifies the relative importance measureto take into account the gain of the Gini index given by a variable in each tree and the weights of these trees. Version 4.0 includes the margin-based ordered aggregation for Bagging pruning (Guoand Boukir, 2013) and a function to auto prune the 'rpart' tree. Moreover, three new plots are also available importanceplot(), plot.errorevol() and plot.margins(). Version 4.1 allows to predict on unlabeled data. Version 4.2 includes the parallel computation option for some of the functions. Version 5.0 includes the Boosting and Bagging algorithms for label ranking (Albano, Sciandraand Plaia, 2023). | |||||||||||||||
Property / description: It implements Freund and Schapire's Adaboost.M1 algorithm and Breiman's Baggingalgorithm using classification trees as individual classifiers. Once these classifiers have beentrained, they can be used to predict on new data. Also, cross validation estimation of the error canbe done. Since version 2.0 the function margins() is available to calculate the margins for theseclassifiers. Also a higher flexibility is achieved giving access to the rpart.control() argumentof 'rpart'. Four important new features were introduced on version 3.0, AdaBoost-SAMME (Zhu et al., 2009) is implemented and a new function errorevol() shows the error of the ensembles asa function of the number of iterations. In addition, the ensembles can be pruned using the option 'newmfinal' in the predict.bagging() and predict.boosting() functions and the posterior probability ofeach class for observations can be obtained. Version 3.1 modifies the relative importance measureto take into account the gain of the Gini index given by a variable in each tree and the weights of these trees. Version 4.0 includes the margin-based ordered aggregation for Bagging pruning (Guoand Boukir, 2013) and a function to auto prune the 'rpart' tree. Moreover, three new plots are also available importanceplot(), plot.errorevol() and plot.margins(). Version 4.1 allows to predict on unlabeled data. Version 4.2 includes the parallel computation option for some of the functions. Version 5.0 includes the Boosting and Bagging algorithms for label ranking (Albano, Sciandraand Plaia, 2023). / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / author | |||||||||||||||
Property / author: Alfaro / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / copyright license | |||||||||||||||
Property / copyright license: GNU General Public License, version 2.0 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / copyright license | |||||||||||||||
Property / copyright license: GNU General Public License, version 3.0 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / copyright license: GNU General Public License, version 3.0 / qualifier | |||||||||||||||
edition/version: expanded from: GPL (≥ 2) (English) | |||||||||||||||
Property / depends on software | |||||||||||||||
Property / depends on software: rpart / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / depends on software | |||||||||||||||
Property / depends on software: caret / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / depends on software | |||||||||||||||
Property / depends on software: foreach / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / depends on software | |||||||||||||||
Property / depends on software: doParallel / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / depends on software | |||||||||||||||
Property / depends on software: R / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / depends on software: R / qualifier | |||||||||||||||
software version identifier: ≥ 4.0.0 | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: methods / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: tidyr / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: dplyr / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: ConsRank / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports: ConsRank / qualifier | |||||||||||||||
software version identifier: ≥ 2.1.3 | |||||||||||||||
Property / source code repository | |||||||||||||||
Property / source code repository: https://github.com/cran/adabag / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / Software Heritage ID | |||||||||||||||
Property / Software Heritage ID: swh:1:snp:99d777f31f8ea68f4035f81023b73e6e2fe141a2 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / Software Heritage ID: swh:1:snp:99d777f31f8ea68f4035f81023b73e6e2fe141a2 / qualifier | |||||||||||||||
Property / Software Heritage ID: swh:1:snp:99d777f31f8ea68f4035f81023b73e6e2fe141a2 / qualifier | |||||||||||||||
point in time: 9 June 2023
| |||||||||||||||
links / mardi / name | links / mardi / name | ||||||||||||||
Latest revision as of 18:13, 21 March 2024
Applies Multiclass AdaBoost.M1, SAMME and Bagging
Language | Label | Description | Also known as |
---|---|---|---|
English | adabag |
Applies Multiclass AdaBoost.M1, SAMME and Bagging |
Statements
31 May 2023
0 references
It implements Freund and Schapire's Adaboost.M1 algorithm and Breiman's Baggingalgorithm using classification trees as individual classifiers. Once these classifiers have beentrained, they can be used to predict on new data. Also, cross validation estimation of the error canbe done. Since version 2.0 the function margins() is available to calculate the margins for theseclassifiers. Also a higher flexibility is achieved giving access to the rpart.control() argumentof 'rpart'. Four important new features were introduced on version 3.0, AdaBoost-SAMME (Zhu et al., 2009) is implemented and a new function errorevol() shows the error of the ensembles asa function of the number of iterations. In addition, the ensembles can be pruned using the option 'newmfinal' in the predict.bagging() and predict.boosting() functions and the posterior probability ofeach class for observations can be obtained. Version 3.1 modifies the relative importance measureto take into account the gain of the Gini index given by a variable in each tree and the weights of these trees. Version 4.0 includes the margin-based ordered aggregation for Bagging pruning (Guoand Boukir, 2013) and a function to auto prune the 'rpart' tree. Moreover, three new plots are also available importanceplot(), plot.errorevol() and plot.margins(). Version 4.1 allows to predict on unlabeled data. Version 4.2 includes the parallel computation option for some of the functions. Version 5.0 includes the Boosting and Bagging algorithms for label ranking (Albano, Sciandraand Plaia, 2023).
0 references
expanded from: GPL (≥ 2) (English)
0 references