Displaying 6 results from an estimated 6 matches for "requiremnts".
Did you mean:
requirements
2016 Apr 14
3
Decision Tree and Random Forrest
I still need the output to match my requiremnt in my original post. With decision rules "clusters" and probability attached to them. The examples are sort of similar. You just provided links to general info about trees.
Sent from my Verizon, Samsung Galaxy smartphone<div>
</div><div>
</div><!-- originalMessage --><div>-------- Original message
2016 Apr 15
1
Decision Tree and Random Forrest
I need the output to have groups and the probability any given record in
that group then has of being in the response class. Just like my email in
the beginning i need the output that looks like if A and if B and if C then
%77 it will be D. The examples you provided are just simply not similar.
They are different and would take interpretation to get what i need.
On Apr 14, 2016 1:26 AM,
2009 Jan 27
0
Swat access question
Hi All,
I'm a new user to Samba and I'm just having trouble with one or two
things. I've been able to sort most of them out myself but I was wondering
how can you get full access to Swat. Obviously the root user gets all the
access requiremnts but my own unix user only gets the Samba Documentation
screen within Swat. I have tried adding my user id into admin users but
this doesn't work.
Is it only the root user that can have all the Swat privledges?
Many thanks for your time.
Kind Regards,
Mark Parsons - Ernst and Young....
2005 Sep 26
0
Samba+LDAP (How to Expires an user Account on Specified date)
Hi Everybody,
Structure of my server environment :
Using Samba 3.0.20, Openldap V3
My requiremnt :
1) How to expire an user Account on a specified date.?
Thanks all
2016 Apr 15
0
Decision Tree and Random Forrest
Since you only have 3 predictors, each categorical with a small number of
categories, you can use expand.grid to make a data.frame containing all
possible combinations and give that the predict method for your model to
get all possible predictions.
Something like the following untested code.
newdata <- expand.grid(
Humidity = levels(Humidity), #(High, Medium,Low)
2005 Dec 01
0
guidelines on "depends" versus "suggests" and R versions
On the topic of when to use "suggests" and "depends" and on R version requirements.
I have cc'd this message to R-devel because I am curious about what
senior developpers think about these issues. The problem arises
because we are using some functions from the package "matchit" in a
new version of our package "portfolio". We are listing the matchit in