Kaggle courses
A great many things about Kaggle are about acquiring knowledge be it the things you learn in a competition, datasets you manage to find in the ever-growing repository or demonstration of a hitherto unknown model class, there is always something new to find out. The newest addition to that collection are the courses gathered under the Kaggle Learn label: https://www.kaggle.com/learn. Those are micro-courses marketed by Kaggle as “the single fastest way to gain the skills you’ll need to do independent data science projects”, the core unifying theme being a crash course introduction across a variety of topics. Each course is divided into small chapters, followed by coding practice questions.
Below, we provide a brief summary of their content:
- Python: https://www.kaggle.com/learn/python You will learn the basics of functions, Boolean variables, loops, lists and dictionaries.
- Intro to ML / Intermediate ML: https://www.kaggle.com/learn/intro-to-machine-learning...