l-magnificence / Mime

Machine learning-based integration model with elegant performance
Other
28 stars 7 forks source link

ML.Dev.Pred.Category.Sig error #14

Closed PanSX-Dr closed 1 week ago

PanSX-Dr commented 2 weeks ago

Hello, first of all, thank you very much for your urgent feedback on my problem. But now, I have had a new problem. when I run the function: res.ici <- ML.Dev.Pred.Category.Sig(train_data = list_train_vali_Data$training, list_train_vali_Data = list_train_vali_Data, candidate_genes = genelist, methods = c('nb','svmRadialWeights','rf','kknn','adaboost','LogitBoost','cancerclass'), seed = 5201314, cores_for_parallel = 60 )#报错。 in showed the error: Start analyse... Finished! [1] "cancerclass" 错误于if (class(model.tune) == "predictor") {: the condition has length > 1 此外: 警告信息: In randomForest.default(x, y, mtry = param$mtry, ...) : invalid mtry: reset to within valid range but I have installed the package.

l-magnificence commented 2 weeks ago

Install cancerclass version 1.38.0 and retry to see if the error still exist

l-magnificence commented 2 weeks ago

We have made some modification, please reinstall and retry.

l-magnificence commented 1 week ago

Duplicate of #17