6 ms·
Expanding on this experiment using logistic regression is an interesting continuation, detailed here: https://www.teachmecoolstuff.com/viewarticle/using-logisti
by dev-experiments 3mo ago
Expanding on this experiment using logistic regression is an interesting continuation, detailed here: https://www.teachmecoolstuff.com/viewarticle/using-logistic-regression-to-categorize-questions https://www.teachmecoolstuff.com/viewarticle/using-logistic-...
In summary: Using logistic regression actually improves accuracy, but also performance during both runtime and during training.
- nl 3mo agoIs that overfitted? Do 5-fold cross validation, maybe stratified.
- dev-experiments 3mo agoIt's the same dataset as the original experiment, but could be interesting to dig into it more.