Skip to content

Need Help in K-fold validation in Decision tree

2 messages · santoshdvn, Steve Lianoglou

#
Hi ,

I have built decision tree using  rpart . I want to do k Fold validation on
the decision tree .

Could you help how can i do that .. please tell the package which required
for K fold validation.

Regards,
Santosh 

--
View this message in context: http://r.789695.n4.nabble.com/Need-Help-in-K-fold-validation-in-Decision-tree-tp4630730.html
Sent from the R help mailing list archive at Nabble.com.
#
Hi,
On Mon, May 21, 2012 at 6:01 AM, santoshdvn <santoshdvn at gmail.com> wrote:
I think you'll find the caret package, along with its vignettes, very helpful:

http://cran.r-project.org/web/packages/caret/index.html

If you google for "caret machine learning" you'll find many useful
links. For instance:

* The JSS Publication:
http://www.jstatsoft.org/v28/i05/paper

* Slides from a presentation of caret:
http://files.meetup.com/1542972/Max_caret_NYCPA.pdf


HTH,
-steve