summaryrefslogtreecommitdiff
path: root/math/R-randomForest
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for math categoryagc1-1/+2
Problems found locating distfiles: Package dfftpack: missing distfile dfftpack-20001209.tar.gz Package eispack: missing distfile eispack-20001130.tar.gz Package fftpack: missing distfile fftpack-20001130.tar.gz Package linpack: missing distfile linpack-20010510.tar.gz Package minpack: missing distfile minpack-20001130.tar.gz Package odepack: missing distfile odepack-20001130.tar.gz Package py-networkx: missing distfile networkx-1.10.tar.gz Package py-sympy: missing distfile sympy-0.7.6.1.tar.gz Package quadpack: missing distfile quadpack-20001130.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-05-31Update to 4.6.10wen2-6/+6
Upstream changes: Changes in 4.6-10: * Fixed bugs introduced in 4.6-8 and 4.6-9. Levels for ordered factors in predictors are no longer checked for consistency between training and test data in predict.randomForest(). In 4.6-9 the response is mean centered before running the algorithm (for regression), but the mean was not added back in the $y component of the return object from randomForest(). Changes in 4.6-9: * Categorical predictors are allowed to have up to 53 categories now. Changes in 4.6-8: * There was a bug in the handling of ordered factors in randomForest.formula(). (Reported by Barry Rawlingson.) * Changed randomForest.formula() and predict.randomForest() so that predict() without newdata when na.action=na.exclude pads the output with NAs to match the rows in the original data (suggested by Barry Rawlingson.). * There was a long standing bug in randomForest(..., proximity=TRUE, oob.prox=FALSE) in regression mode. (Thanks to Stefano Romano for the report.)
2012-12-17Update to 4.6.7wen2-6/+6
No upstream changelog.
2012-04-15Update to randomForest v4.6-6. Add a LICENSE.brook3-7/+9
2011-12-19s/fortran77/fortran/ - use same fortran as R itself.markd1-2/+2
No PKGREVISION bump as either this is unchanged or didn't previously build
2010-07-30"fortran" -> "fortran77" except where it is clear that it isn't F77.asau1-2/+2
"fortran" is alias of "fortran77" for now, but it will change later.
2009-12-23Needs C and Fortran. From PR 42506.joerg1-1/+3
2009-12-11Wrong path in Makefileadam1-2/+2
2009-12-11Classification and regression based on a forest of trees using random inputs.adam3-0/+20