This repository contains tutorials for learning python packages pandas and scikit-learn.
Slides can be found here
- Tutorial: Data structures
- Tutorial: Working with dataframes
- Tutorial: Using pandas on the MovieLens dataset
- Introduction to machine learning with scikit-learn slides
- Doing machine learning with scikit-learn slides
- General concepts on machine learning
- Tutorial: Introduction to scikit-learn
A great source of data problems nowadays is the Kaggle platform. We'll be starting today with a simple but representative dataset: Titanic: Machine Learning from Disaster.
- Guide for orientation to approach the problem
IMPORTANT: you will find plenty of materials to analyze this data, however you'll learn the most if you give the problem some thought and try out several things before resorting to ready-made answers.
Derivative content credits its original creators and it's distributed under the license provided by them. Original content developed by Lucía Santamaría is distributed under the MIT license.