Re: [R] Question on implementing Random Forests scoring

2010-04-09 Thread rmailbox
You may also wish to check out the PMML approach. Check out the PMML package. eRic - Original message - From: "Liaw, Andy" To: "Larry D'Agostino" , "r-help" Date: Fri, 9 Apr 2010 15:15:11 -0400 Subject: Re: [R] Question on implementing Random Fore

Re: [R] Question on implementing Random Forests scoring

2010-04-09 Thread Larry D'Agostino
On Fri, Apr 9, 2010 at 2:15 PM, Liaw, Andy wrote: > From: Larry D'Agostino > > > > So I've been working with Random Forests ( R library is > > randomForest) and I > > curious if Random Forests could be applied to classifying on > > a real time > > basis. For instance lets say I've scored fraud f

Re: [R] Question on implementing Random Forests scoring

2010-04-09 Thread Liaw, Andy
From: Larry D'Agostino > > So I've been working with Random Forests ( R library is > randomForest) and I > curious if Random Forests could be applied to classifying on > a real time > basis. For instance lets say I've scored fraud from a group of > transactions. If I want to score any new inco

[R] Question on implementing Random Forests scoring

2010-04-09 Thread Larry D'Agostino
So I've been working with Random Forests ( R library is randomForest) and I curious if Random Forests could be applied to classifying on a real time basis. For instance lets say I've scored fraud from a group of transactions. If I want to score any new incoming transactions for fraud could Random