#playground-series-s3e24
1 messages · Page 1 of 1 (latest)
This is my first Kaggle competition. Are we supposed to submit the raw predictions or are we meant to set a cutoff and all that?
What do you mean?
I submitted the raw probability from a basic logistic regression model, then I submitted again with a cuttoff set to turn the predictions into 0's and 1's and I got a worse score lol
I think we cant just predict the outcomes as 0's or 1's in this project,we need to make them from 0 to 0.5
I am also new to this but cant figure out anything an also 3 days are left for the competition
Use .predict_proba instead of .predict
Ohh...thnx
hi