-
Book Overview & Buying
-
Table Of Contents
The Kaggle Book - Second Edition
By :
Kaggle notebooks are a fantastic tool for education and participating in competitions but they also serve another useful purpose: as a component of a portfolio you can use to demonstrate your data science skills. There are many potential criteria to consider when building your data science portfolio (branding, audience reach, enabling a pitch to your potential employer, and so on) but none of them matter if nobody can find it. Because Kaggle is part of Google, the notebooks are indexed by the most popular search engine in the world – so if someone is looking for a topic related to your code, it will show up in their search results.Here is a personal example from one of the authors: a few years ago, Konrad wrote a notebook for a competition. The problem he wanted to tackle was adversarial validation. For those unfamiliar with the topic: a fairly easy way to see if your training and test sets have a similar distribution is to build a binary classifier trained...