Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Latest commit

 

History

History
72 lines (46 loc) · 3.83 KB

README.md

File metadata and controls

72 lines (46 loc) · 3.83 KB

Teaching materials for python, pandas and scikit-learn

This repository contains tutorials for python basics, pandas, and scikit-learn.

Table of Contents

About me

Slides can be found here

Python basics

Slides can be found here

Python 2 vs Python 3

Jupyter notebook

Python tutorial

Pandas

Intro tutorials on pandas basics

Data munging with pandas

Scikit-learn

Your first data analysis case

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.

License

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.