Hacker News new | ask | show | jobs
by huac 2316 days ago
Yeah, was the model trained using train/test splits? otherwise, the model likely has been severely overfit.

I wonder how this performance would have compared to a simple random forest or MLP model.

1 comments

I was also curious. Using an out-of-the-box weighted random forest, I got an f-score of ~.85 using a 75:25 stratified train-test split.