Closed AlineTalhouk closed 5 years ago
I will put some of these ideas to practice tomorrow. I just wanted to share the material
@dchiu911: Just wondering if there was a change made to the predict()
function? After obtaining the top classifiers, Aline and I have tried predict()
, which returns the following error:
Error in eval(expr, envir, enclos) : object 'HLA.DRA' not found
.
I've tried prediction()
, which works fine, but we're just wondering if a change was made here recently?
I'm not sure what code you ran to produce the error, but I believe it relates to using the maboost
method. Notice in prediction.maboost
I need to apply make.names
on all the variables of data
, to make sure that names such as "HLA-DRA"
with the restricted string "-"
is turned into a period. So if you're trying to run a predict()
outside of splendid, try make.names
with R code and very well explained. Review chapter 6 in particular. Very interesting read and well explained ftp://ftp.esat.kuleuven.be/pub/SISTA/ida/reports/14-224.pdf