Learn how Kaggle works and how to make the most of competitions from over 30 expert Kagglers
Sharpen your modeling skills with ensembling, feature engineering, adversarial validation and AutoML
A concise collection of smart data handling techniques for modeling and parameter tuning
Description
Millions of data enthusiasts from around the world compete on Kaggle, the most famous data science competition platform of them all. Participating in Kaggle competitions is a surefire way to improve your data analysis skills, network with an amazing community of data scientists, and gain valuable experience to help grow your career.
The first book of its kind, The Kaggle Book assembles in one place the techniques and skills you’ll need for success in competitions, data science projects, and beyond. Two Kaggle Grandmasters walk you through modeling strategies you won’t easily find elsewhere, and the knowledge they’ve accumulated along the way. As well as Kaggle-specific tips, you’ll learn more general techniques for approaching tasks based on image, tabular, textual data, and reinforcement learning. You’ll design better validation schemes and work more comfortably with different evaluation metrics.
Whether you want to climb the ranks of Kaggle, build some more data science skills, or improve the accuracy of your existing models, this book is for you.
Plus, join our Discord Community to learn along with more than 1,000 members and meet like-minded people!
Who is this book for?
This book is suitable for anyone new to Kaggle, veteran users, and anyone in between. Data analysts/scientists who are trying to do better in Kaggle competitions and secure jobs with tech giants will find this book useful.
A basic understanding of machine learning concepts will help you make the most of this book.
What you will learn
Get acquainted with Kaggle as a competition platform
Make the most of Kaggle Notebooks, Datasets, and Discussion forums
Create a portfolio of projects and ideas to get further in your career
Design k-fold and probabilistic validation schemes
Get to grips with common and never-before-seen evaluation metrics
Understand binary and multi-class classification and object detection
Approach NLP and time series tasks more effectively
Handle simulation and optimization competitions on Kaggle
A more accurate title would be "Tricks and tips for Kaggle competitions". In case you are thinking about participating in Kaggle competitions or already have, you should get this book. The book cannot guarantee that you'll win the competition. After all, winning requires a lot of creative thinking. But using common practices will definitely help you climb the leaderboard. The book is the first of its kind and I would definitely buy it for my home library. Often overly detailed, this is a great practical guide for Kaggle competitions, including Kaggle platform overview, many lines of Python code, strategies and best practices. It does not discuss machine learning algorithms or machine learning theory in general; for that, you should look for specialized machine learning theory books. However, the authors provide a list of most popular algorithms used in competitions, as well as their key features and most important parameters. The chapters about Bayesian Optimization and Blending/Stacking are probably the best I have seen so far. The book has a lot of blurbs with interviews from Kagglers, which is the most entertaining part for me. In my opinion, these blurbs can be converted to another great book. In spite of the fact that this book is fantastic now, I expect it to become outdated pretty quickly given the level of details provided by the authors and the pace at which machine learning is progressing. It would be wise for the authors to consider a new edition when it becomes outdated. I would recommend this book to people who are interested in machine learning competitions and are familiar with machine learning theory.
Amazon Verified review
Manoj Jagannath SabnisJun 30, 2024
5
I received the Book on time and the Book Packaging was good. I'll also recommend Amazon to my Friends and Relatives.
Amazon Verified review
.Sep 12, 2023
5
I've been in ML industry for years, but still I learned lots of new things, thanks to this book.It is well explained what to do when competition metrics is not one of the standard ones in tensorflow or pytorch, in section "custom metrics, and custom objective funciton" and "post-processing".Adversarial validation to estimate difference between distributions of training and test datasetpseudo-labeling: to label some test datasetHyperparameter search with Halving (HalvingGridSearchCV, HalvingRandomSearchCV)Bayesian optimization using scikit-optimize, kerasTuner, TPE, optunaJoin the book’s Discord workspace for a monthly Ask me Anything session with the authors:Data augmentation for NLP (albumentations)This book also interviewed lots of Kaggle experts for in-depth insights and technical/professional tips.
Amazon Verified review
anandprakashNov 08, 2022
5
At first, I received the wrong book for which I placed a replacement. Today I returned the wrong book and got the replacement of the right one.Coming on to the condition of the book:The pages are glossy and smooth as you can see in the pictures.The print is of great quality.The pictures inside the book might not be that clear but it is still readable. (notice the 2nd pic)
Amazon Verified review
WU.Apr 26, 2022
5
This is the first book that I've come across that is singularly focused on the rules, format, tips, and best practices for Kaggle ML/Data Science competitions. As such, this book is well-deserving of your dollars and attention.Before even delving into specific aspects of Machine Learning, the authors chose to spend a great deal of time (chapters 1-5) outlining the basics of Kaggle competitions from the history of the platform, to teams, datasets, notebooks, discussion forums, etiquette, and the different types of competitions available on the site. Complete beginners to Kaggle would get the most use of these chapters, it sure beats trying to figure all of this stuff out on your own.The remaining chapters start getting increasingly advanced in terms of subjects and techniques. I definitely appreciate the authors discussing the importance of the design of good model validation before delving deeper into hyperparameter tuning, walk before you run!The later chapters really drill into more advanced techniques such as using hyperparameter studies and Bayesian optimization to extract the best combination of values for your specific model. Ensembling and stacking are presented as clearly as I've seen anywhere, along with the most helpful snippets of code to date on a ML book. This alone might be worth the price for some. Intermediate and advanced users will get the most of these chapters.A nice extra is the Q&A sections in each chapter with "Kaggle Masters", people who have either won competitions in the past or who regularly place very high in many competitions. These are done informally and provide a lot of great tips.Now, who is this book really for? If you are new to Machine Learning, I'd say that perhaps this would not be the best place to start. While the book is great for what it sets out to do (teach you to become a better competitor) it is not perfect.Some information that could be helpful to beginners is grossly glossed over, such as the explanation of specific hyperparams. It is very odd how they chose to handle this. Case-and-point: when going over XGBoost hyperparams such as "n_estimators", they describe it as "usually an integer ranging from 10 to 5,000". Compare this with Corey Wade's explanation("Gradient Boosting with XGBoost and SciKit Learn", also from Packt ), "The number of trees in the ensemble/the number of trees trained on the residuals after each boosting round. Increasing might improve accuracy on larger datasets". Which is more useful you think? You either explain it clearly for the benefit of all or just leave it out. Giving the domain and range is not a proper substitution. Obviously, the author's expect the reader to have had some exposure to algorithms and modeling as the pace of several sections move a little too quickly for the complete beginner. As such, I would say this is a perfect book for semi-intermediate to advanced users looking to extract the most out of their models.All in all, this is an excellent resource that will be sure to help countless current and aspiring data scientists in their journeys to become masters of their crafts. I wish I had access to this text five years ago...Highly Recommended!
Konrad Banachewicz is the author of the bestselling, The Kaggle Book and The Kaggle Workbook. He is a data science manager with experience stretching longer than he likes to ponder on. He holds a PhD in statistics from Vrije Universiteit Amsterdam, where he focused on problems of extreme dependency modeling in credit risk. He slowly moved from classic statistics towards machine learning and into the business applications world.
Having joined Kaggle over 10 years ago, Luca Massaron is a Kaggle Grandmaster in discussions and a Kaggle Master in competitions and notebooks. In Kaggle competitions he reached no. 7 in the worldwide rankings. On the professional side, Luca is a data scientist with more than a decade of experience in transforming data into smarter artifacts, solving real-world problems, and generating value for businesses and stakeholders. He is a Google Developer Expert(GDE) in machine learning and the author of best-selling books on AI, machine learning, and algorithms.
A subscription provides you with full access to view all Packt and licnesed content online, this includes exclusive access to Early Access titles. Depending on the tier chosen you can also earn credits and discounts to use for owning content
How can I cancel my subscription?
To cancel your subscription with us simply go to the account page - found in the top right of the page or at https://subscription.packtpub.com/my-account/subscription - From here you will see the ‘cancel subscription’ button in the grey box with your subscription information in.
What are credits?
Credits can be earned from reading 40 section of any title within the payment cycle - a month starting from the day of subscription payment. You also earn a Credit every month if you subscribe to our annual or 18 month plans. Credits can be used to buy books DRM free, the same way that you would pay for a book. Your credits can be found in the subscription homepage - subscription.packtpub.com - clicking on ‘the my’ library dropdown and selecting ‘credits’.
What happens if an Early Access Course is cancelled?
Projects are rarely cancelled, but sometimes it's unavoidable. If an Early Access course is cancelled or excessively delayed, you can exchange your purchase for another course. For further details, please contact us here.
Where can I send feedback about an Early Access title?
If you have any feedback about the product you're reading, or Early Access in general, then please fill out a contact form here and we'll make sure the feedback gets to the right team.
Can I download the code files for Early Access titles?
We try to ensure that all books in Early Access have code available to use, download, and fork on GitHub. This helps us be more agile in the development of the book, and helps keep the often changing code base of new versions and new technologies as up to date as possible. Unfortunately, however, there will be rare cases when it is not possible for us to have downloadable code samples available until publication.
When we publish the book, the code files will also be available to download from the Packt website.
How accurate is the publication date?
The publication date is as accurate as we can be at any point in the project. Unfortunately, delays can happen. Often those delays are out of our control, such as changes to the technology code base or delays in the tech release. We do our best to give you an accurate estimate of the publication date at any given time, and as more chapters are delivered, the more accurate the delivery date will become.
How will I know when new chapters are ready?
We'll let you know every time there has been an update to a course that you've bought in Early Access. You'll get an email to let you know there has been a new chapter, or a change to a previous chapter. The new chapters are automatically added to your account, so you can also check back there any time you're ready and download or read them online.
I am a Packt subscriber, do I get Early Access?
Yes, all Early Access content is fully available through your subscription. You will need to have a paid for or active trial subscription in order to access all titles.
How is Early Access delivered?
Early Access is currently only available as a PDF or through our online reader. As we make changes or add new chapters, the files in your Packt account will be updated so you can download them again or view them online immediately.
How do I buy Early Access content?
Early Access is a way of us getting our content to you quicker, but the method of buying the Early Access course is still the same. Just find the course you want to buy, go through the check-out steps, and you’ll get a confirmation email from us with information and a link to the relevant Early Access courses.
What is Early Access?
Keeping up to date with the latest technology is difficult; new versions, new frameworks, new techniques. This feature gives you a head-start to our content, as it's being created. With Early Access you'll receive each chapter as it's written, and get regular updates throughout the product's development, as well as the final course as soon as it's ready.We created Early Access as a means of giving you the information you need, as soon as it's available. As we go through the process of developing a course, 99% of it can be ready but we can't publish until that last 1% falls in to place. Early Access helps to unlock the potential of our content early, to help you start your learning when you need it most. You not only get access to every chapter as it's delivered, edited, and updated, but you'll also get the finalized, DRM-free product to download in any format you want when it's published. As a member of Packt, you'll also be eligible for our exclusive offers, including a free course every day, and discounts on new and popular titles.