search for: randomforestsrc

Displaying 8 results from an estimated 8 matches for "randomforestsrc".

Did you mean: randomforests
2019 Apr 22
0
randomForestSRC 2.9.0 is now available
Dear useRs: It's been some time since we last sent out an announcement, so this one will cover more than just the last update. The latest release of randomForestSRC is now available on CRAN at: https://CRAN.R-project.org/package=randomForestSRC The GitHub repository, through which we prefer to receive bug reports, is at: https://github.com/kogalur/randomForestSRC If you do find issues, please use: https://github.com/kogalur/randomForestSRC/issues and tak...
2019 Apr 22
0
randomForestSRC 2.9.0 is now available
Dear useRs: It's been some time since we last sent out an announcement, so this one will cover more than just the last update. The latest release of randomForestSRC is now available on CRAN at: https://CRAN.R-project.org/package=randomForestSRC The GitHub repository, through which we prefer to receive bug reports, is at: https://github.com/kogalur/randomForestSRC If you do find issues, please use: https://github.com/kogalur/randomForestSRC/issues and tak...
2017 Oct 20
0
randomForestSRC 2.5.1 and OpenMP
Dear useRs: The latest build of randomForestSRC (2.5.1) includes a configuration file that switches on the -fopenmp tag during compilation on systems that support OpenMP parallel processing. Previously, to achieve parallel processing, we required the additional step of executing an autoconf command before compiling and installing the package fr...
2017 Jul 11
0
Multivariate random forests in R - how to obtain variance explained for multiple responses in randomForestSRC package - or other package
...I want to build a model for each ecozone (UK/ EC) using all species (relative abundance) as response matrix, and acoustic indices as predictors. I?d then like to know: - total variance explained & error - variable importance (stable rank at least) - proximity matrix The interface for package randomForestSRC looks hopeful. You can specify a MRF like this: > rfsrc(Multivar(y1, y2, ..., yd) ~ . , my.data, ?) So for a data matrix containing 1984 observations of 26 Acoustic indices and 65 species (UN. CG etc) - uk_ai_sp - It seems you can build a multivariate regression model like this: > uk_sp_ai...
2014 Dec 08
2
CRAN packages mis-using \donttest : falsy
...be runnable ... yours is > not. > > One issue showing is that the examples use undeclared packages: this > is showing on the CRAN check pages for packages > > Distance GLDreg RECA TreePar complmrob disposables egcm enigma > extrafont falsy ggplot2 imputeYn investr lava prodlim randomForestSRC > rbison separationplot shiny smoother vcdExtra > > With R-devel the \donttest examples can be run by R CMD check > --run-donttest: we have done that and found failures in packages most > of those above, plus > > BNSP DCGL EIAdata ExtDist FeedbackTS FlexParamCurve IsoGene MGLM...
2012 Nov 14
0
Protocol for setting default number of cores
We recently posted randomForestSRC on CRAN. It uses OpenMP in the native code extensively. We set the default number of cores to two (2), but we typically run it at the maximum (omp_get_max_threads()) during analysis. Currently, users need to set options(), set an environment variable, or edit their .Rprofile to use more than two...
2013 Jun 19
0
Outputting a random survival forest to rf2rfz in windows
Hi, I am writing this message for the benefit of the community.I have been working with randomForestSRC on a windows machine.I have been trying for days to output the forest to an rfz file so that I can print a graphical representation of the tree using Ishwaran and Kogalur's java GUI for visualizing forests at no avail.I finally contacted Dr. Kogalur who has been extremely helpful.The bottom lin...
2014 Dec 08
0
CRAN packages mis-using \donttest : falsy
...not. > > > > One issue showing is that the examples use undeclared packages: this > > is showing on the CRAN check pages for packages > > > > Distance GLDreg RECA TreePar complmrob disposables egcm enigma > > extrafont falsy ggplot2 imputeYn investr lava prodlim randomForestSRC > > rbison separationplot shiny smoother vcdExtra > > > > With R-devel the \donttest examples can be run by R CMD check > > --run-donttest: we have done that and found failures in packages most > > of those above, plus > > > > BNSP DCGL EIAdata ExtDist Feed...