mercredi 12 février 2020

data.test_1$pred <- ifelse(data.test_1$score<=cut_off, 0, 1)

I am trying to get the predictions from my test sampling. Since I am running this code I would like to know the meaning of the last values in the code "[...], 0, 1)" stands for.

Aucun commentaire:

Enregistrer un commentaire