Kaggle & Kaggle Tricks

Golden Rules: Evaluation

Golden Rules: EDA

<aside> 💡 Every programming tip I have after over decade of writing software: Coding is the last step of the process.

</aside>

Keep it simple - no code and improve later

The best code is the one you don’t have to write.

The best tool is the one you already have.

The best solution is the simplest one.

Always make it work first. Make it better later.

Model evaluation is the best time saver