Machine & Deep Learning Algorithms: Imbalanced Datasets Using Pandas ML
Machine Learning
| Intermediate
- 12 videos | 1h 23m 4s
- Includes Assessment
- Earns a Badge
The imbalanced-learn library that integrates with Pandas ML (machine learning) offers several techniques to address the imbalance in datasets used for classification. In this course, explore oversampling, undersampling, and a combination of techniques. Begin by using Pandas ML to explore a data set in which samples are not evenly distributed across target classes. Then apply the technique of oversampling with the RandomOverSampler class in the imbalanced-learn library; build a classification model with oversampled data; and evaluate its performance. Next, learn how to create a balanced data set with the Synthetic Minority Oversampling Technique and how to perform undersampling operations on a data set by applying Near Miss, Cluster Centroids, and Neighborhood cleaning rules techniques. Next, look at ensemble classifiers for imbalanced data, applying combination samplers for imbalanced data, and finding correlations in a data set. Learn how to build a multilabel classification model, explore the use of principal component analysis, or PCA, and how to combine use of oversampling and PCA in building a classification model. The exercise involves working with imbalanced data sets.
WHAT YOU WILL LEARN
-
use Pandas ML to explore a dataset where the samples are not evenly distributed across the target classesapply the technique of oversampling using the RandomOverSampler class in the imbalanced-learn library, build a classification model with the oversampled data, and evaluate its performancecreate a balanced dataset using the Synthetic Minority Oversampling Technique and build and evaluate a classification model with that dataperform undersampling operations on a dataset by applying the Near Miss, Cluster Centroids, and Neighborhood Cleaning Rule techniquesuse the EasyEnsembleClassifier and BalancedRandomForestClassifier available in the imbalanced-learn library to build classification models with imbalanced dataapply a combination of oversampling and undersampling using the SMOTETomek and SMOTEENN techniques
-
use Pandas and Seaborn to visualize the correlated fields in a datasettrain and evaluate a classification model to predict the quality ratings of red winestransform a dataset containing multiple features to a handful of principal components and build a classification model using the reduced dimensions of the datasetcombine the use of oversampling and PCA in building a classification modelrecall the techniques used by algorithms for undersampling and oversampling data and the use of combined samplers
IN THIS COURSE
-
1.Course Overview2m 18sUP NEXT
-
2.Analyzing an Imbalanced Dataset7m 36s
-
3.The RandomOverSampler8m 35s
-
4.The SMOTE Oversampler4m 14s
-
5.Undersampling Using imbalanced-learn8m 51s
-
6.Ensemble Classifiers for Imbalanced Data6m 15s
-
7.Combination Samplers7m 22s
-
8.Finding Correlations in a Dataset8m 18s
-
9.Building a Multi-Label Classification Model3m 22s
-
10.Dimensionality Reduction with PCA9m 41s
-
11.Imbalanced Learn and PCA8m 57s
-
12.Exercise: Working with Imbalanced Datasets7m 34s
EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE
Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.
Digital badges are yours to keep, forever.YOU MIGHT ALSO LIKE


Audiobook
Pandas in Action


Audiobook
Graph-Powered Machine Learning