Hacker News new | ask | show | jobs
by dev-experiments 4 days ago
Expanding on this experiment using logistic regression is an interesting continuation, detailed here: https://www.teachmecoolstuff.com/viewarticle/using-logistic-...

In summary: Using logistic regression actually improves accuracy, but also performance during both runtime and during training.

1 comments

Is that overfitted?

Do 5-fold cross validation, maybe stratified.

It's the same dataset as the original experiment, but could be interesting to dig into it more.