Awesome tutorials for beginners, intermediates and experts in data science :) !
The basics as a good starting point !
- Hello world
- Data types
- Data structures
- Strings formatting and operations
- Numerical operations
- Logical operations
- Conditions
- Loops
- Functions
Exercices :
More advanced tutorials ...
- Modules and packages()
- Lambda functions
- Comprehension lists
- POO
- The
.apply()method from Pandas() - Debug your code
- Data wrangling
- Getting started with Pandas - Part 1
- Getting started with Pandas - Part 2
- Exercice - Data exploration on Spotify playlist
- Web scraping
- Getting started with Beautiful Soup - Part 1
- Getting started with Beautiful Soup - Part 2
- Atelier Dev IA - Ville de Tours
- Graphics & Dataviz
- Getting started with Seaborn - Part 1
- [Getting started with Seaborn - Part 2]
- Cartography :
- Cartography with Leaflet & Folium - Part 1
- [Cartography with Leaflet & Folium - Part 2]
- Text mining & NLP :
- Text mining & NLP - Part 1
- Text mining & NLP - Part 2 : Sentiment Analysis with VADER (french module)
- Data analysis on diamonds dataset
- [Data analysis on FAO STAT data[FR]]
- Supervised ML - Classification of Iris
- Supervised ML - Classification of Penguins - FR
- Supervised ML - Classification of Airline Passenger Satisfaction - Sentiment analysis
- Data Preprocessing for machine learning && Exercice - Preprocessing for machine learning
- Pipeline for machine learning && Exercice - Pipeline for machine learning
- Cross Validation & Grid Search for machine learning
- [Hyper-parameters tuning]
- Metrics for classification - Part 1 2-class && [Metrics for classification - Part 2 n-class]
- [Metrics for regression]
- [Feature importance]
- Supervised learning
8.1 Models for Regression :
- Simple & Multiple Linear Regression
- [Ridge, Lasso & Elastic-Net Regression]
- KNN regression
8.2 Models for Classification :
- Unsupervised learning :
- Clustering Part 1 - K-means on Iris dataset
- Clustering Part 1 - K-means and PCA on simulated data
- Clustering Part 2 - Agglomerative Clustering on Fromages dataset
- Clustering Part 3 - Clustering on USA Arrests dataset
- PCA Part 1 - USA Arrests dataset
- [Comparison of ML models]