Skip to main content
Your Data Teacher Podcast

Your Data Teacher Podcast

By Your Data Teacher

A podcast about data science, machine learning, artificial intelligence, statistics and everything related to data.

Home Page: www.yourdatateacher.com
Available on
Apple Podcasts Logo
Google Podcasts Logo
Pocket Casts Logo
RadioPublic Logo
Spotify Logo
Currently playing episode

Episode 1 - How accurate is your accuracy?

Your Data Teacher PodcastMay 31, 2021

00:00
06:41
Episode 7 - A Python library to remove collinearity

Episode 7 - A Python library to remove collinearity

Collinearity is a huge problem for machine learning problems. It increases the dimensions of our dataset without increasing the amount of information. That's why I've created a Python library that can be used to remove collinearity from a dataset. I talk about this library in this podcast. 

Article: https://www.yourdatateacher.com/2021/06/28/a-python-library-to-remove-collinearity/ 

Pypi package: https://pypi.org/project/collinearity/ 

GitHub repo: https://github.com/gianlucamalato/collinearity

Jun 29, 202108:39
Episode 6 - Checking the distribution of your data using Q-Q plot

Episode 6 - Checking the distribution of your data using Q-Q plot

In this episode, I'm talking about Q-Q plot and how to use it for checking if our dataset follows a particular distribution. Instead of using complex hypothesis tests like Kolmogorov-Smirnov test, using this simple plot, we'll be able to check if our dataset follows a particular distribution or if two datasets have been created according to the same distribution.

Link to the article: https://www.yourdatateacher.com/2021/06/16/how-to-use-q-q-plot-for-checking-the-distribution-of-our-data/

Jun 22, 202107:28
Episode 5 - Tuning the threshold in binary classification tasks
Jun 14, 202107:46
Episode 4 - Ensemble models. Bagging and boosting
Jun 10, 202111:56
Episode 3 - Precision, recall, accuracy. How to choose?
Jun 08, 202111:55
Episode 2 - How to explain neural networks using SHAP
Jun 04, 202106:54
Episode 1 - How accurate is your accuracy?
May 31, 202106:41