David L. Van Brunt, Ph.D.
2005-Oct-25 04:50 UTC
[R] Examples of "classwt", "strata", and "sampsize" in randomForest?
Just browsing the documentation, and searching the list came up short... I have some unbalance data and was wondering if, in a "0" v "1" classification forest, if these options might yield better predictions when the proportion of one class is low (less than 10% in a sample of 2,000 observations). Not sure how to specify these terms... from the docs, we have: classwt: Priors of the classes. Need not add up to one. Ignored for regression. So is this something like "... classwt=c(.90,.10)" ? I didn't see the syntax demonstrated. Similar for "strata" and "sampsize" though there is a default for sampsize that makes sense... not sure how you would make "a vector of the length the number of strata", however.... Pointers? -- --------------------------------------- David L. Van Brunt, Ph.D. mailto:dlvanbrunt@gmail.com [[alternative HTML version deleted]]
Possibly Parallel Threads
- Repost: Examples of "classwt", "strata", and "sampsize" in randomForest?
- Repost: Examples of "classwt", "strata", and "sampsize" i n randomForest?
- help with RandomForest classwt option
- How to use classwt parameter option in RandomForest
- class weights with Random Forest