Learner Reviews & Feedback for Supervised Machine Learning: Classification by IBM
4.8
stars
382 ratings
About the Course
This course introduces you to one of the main types of modeling families of supervised Machine Learning: Classification. You will learn how to train predictive models to classify categorical outcomes and how to use error metrics to compare across different models. The hands-on section of this course focuses on using best practices for classification, including train and test splits, and handling data sets with unbalanced classes.
By the end of this course you should be able to:
-Differentiate uses and applications of classification and classification ensembles
-Describe and use logistic regression models
-Describe and use decision tree and tree-ensemble models
-Describe and use other ensemble methods for classification
-Use a variety of error metrics to compare and select the classification model that best suits your data
-Use oversampling and undersampling as techniques to handle unbalanced classes in a data set
Â
Who should take this course?
This course targets aspiring data scientists interested in acquiring hands-on experience with Supervised Machine Learning Classification techniques in a business setting.
Â
What skills should you have?
To make the most out of this course, you should have familiarity with programming on a Python development environment, as well as fundamental understanding of Data Cleaning, Exploratory Data Analysis, Calculus, Linear Algebra, Probability, and Statistics....
Top reviews
NR
Feb 22, 2022
Great course, well structured. The presentation of the different methods is very clear and well separated to understand the differences. A good understanding of classifiers is gained from this course.
AD
Feb 6, 2023
Well-structured learning path. If you dont have previous python experience you can catch up after a couple of weeks as the workflow is similar regardless of the algorithmn you are using
Filter by:
76 - 78 of 78 Reviews for Supervised Machine Learning: Classification
By Meith N
•
Jul 15, 2021
Need to cover some basic information and examples too cause directly start from complex examples in the code section