Skip to content
Snippets Groups Projects
Commit ff117b7f authored by nc71qaxa's avatar nc71qaxa
Browse files

matching models

parents 7d3f6452 031c3a97
No related branches found
No related tags found
No related merge requests found
......@@ -141,6 +141,9 @@ table(labeled_data$Choice_Treat, labeled_data$PredictedGroup)
unlabeled_predictions <- predict(model3, newdata = unlabeled_data)
unlabeled_data$PredictedGroup <- unlabeled_predictions
data_prediction<-select(unlabeled_data, c("id", "PredictedGroup"))
saveRDS(data_prediction, "Data/predictions.RDS")
print(model3$bestTune)
......@@ -177,4 +180,7 @@ best_coords <- coords(roc_obj, "best", best.method="youden")
cut_off <- best_coords$threshold
<<<<<<< HEAD
=======
>>>>>>> refs/remotes/origin/main
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment