Tag: Kaggle
-
Tips for Kaggling
I’ve been doing Kaggle competitions for awhile (although with not much success), and I’ve learning quite a few things along the way. One of which is how to properly approach the problem, and iterate through it to climb the LB (leader board). Setting the baseline The first thing I would do is to use some […]
-
Microsoft Kaggle Competition
This is the write up for my solution for the Microsoft Malware Prediction https://www.kaggle.com/c/microsoft-malware-prediction I got pretty high up the leader board, but it was nothing that I was proud of, because: I grossly overfitted my model The final result was a blend of another kernel All my attempts at feature engineering failed And I’m […]