Displaying 3 results from an estimated 3 matches for "gjw".
Did you mean:
gjs
2001 Apr 05
0
HP-UX 9 problems (hangs on logout; tty isn't sane)
...- next part --------------
*** auth-passwd.c.orig Thu Apr 5 10:29:48 2001
--- auth-passwd.c Thu Apr 5 10:36:55 2001
***************
*** 46,51 ****
--- 46,53 ----
#include "servconf.h"
#include "auth.h"
+ #undef __hpux /* This must be for 10.x... doesn't work on 9. -GJW */
+
#ifdef WITH_AIXAUTHENTICATE
# include <login.h>
#endif
*** includes.h.orig Thu Apr 5 10:08:23 2001
--- includes.h Thu Apr 5 10:08:57 2001
***************
*** 27,33 ****
--- 27,36 ----
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <sys/wait.h>
+...
2011 Oct 10
1
pmml for random forest & rules
Hi,
I am having some trouble using R 2.13.1 for generating a pmml object
of of class "c('randomForest.formula', 'randomForest')"
I see that these methods are available:
> methods(pmml)
[1] pmml.coxph* pmml.hclust* pmml.itemsets* pmml.kmeans*
pmml.ksvm* pmml.lm* pmml.multinom* pmml.nnet*
pmml.rpart*
[10] pmml.rsf* pmml.rules* pmml.survreg*
2009 Jul 26
3
Question about rpart decision trees (being used to predict customer churn)
Hi,
I am using rpart decision trees to analyze customer churn. I am finding that
the decision trees created are not effective because they are not able to
recognize factors that influence churn. I have created an example situation
below. What do I need to do to for rpart to build a tree with the variable
experience? My guess is that this would happen if rpart used the loss matrix
while creating