Displaying 2 results from an estimated 2 matches for "modelpredict".
2009 Dec 04
1
Saving predict
...$T $/A dzp i
W@rOdbr@cn~W }\M*g -wj<
hfEs! 4Qh6%G &J MHdIt@i<@>/@2 M V#
x=l8 hjgKr@|u= n2
ETcX(,
/2MJIj~]D|{9tn*\lro*6a1:e{>'{Zl^Bb<6WbGaeK5>7TacM*&Z1-W?'%0BKe7'
Can anyone help me to do it?
Do you know also a document wich expalin how works and calculates
modelpredictions?
[[alternative HTML version deleted]]
2012 Jan 04
3
informal conventions/checklist for new predictive modeling packages
...ordering of levels).
(3) Implement a separate prediction function. Some packages only make
predictions when the model is built, so effectively the model cannot
be used at any point in the future.
corollary (3a): use object-orientation (eg. predict.{class}) and not
some made-up function name "modelPredict()" for predicting new
samples.
(4) If the method only accepts a specific type of input (eg. matrix or
data frame), please do the conversion whenever appropriate.
(5) Provide a formula interface (eg. foo(y~x, data = dat)) and
non-formula interface (foo(x, y) to the function. Formula methods a...