Introduction to Machine Learning with SciKit Learn
Data Science
7 courses
138 practices
18 hours
This learning path is designed to cover all the basics of machine learning using the SciKit-learn library. You will go through the process of training a machine learning model, starting with data preprocessing and ending with advanced model evaluation techniques.
Training Your First Machine Learning Model from Scratch
5 lessons
21 practices
This course delves into the foundational steps required to build and train a linear regression model from scratch using scikit-learn. You will understand the basics of model training, evaluation, and prediction.
Deep Dive into Regression and Classification Metrics
4 lessons
Course 6
Ensembles in Machine Learning
5 lessons
Course 7
Hypertuning and Cross-Validation
4 lessons
Turn screen time into skills time
Practice anytime, anywhere with our mobile app.
Join the 1M+ learners on CodeSignal
Be a part of our community of 1M+ users who develop and demonstrate their skills on CodeSignal
From our community
Hear what our customers have to say about CodeSignal Learn
I'm impressed by the quality and can't stop recommending it. It's also a lot of fun!
Francisco Aguilar Meléndez
Data Scientist
+11
I love that it's personalized. When I'm stuck, I don't have to hope my Google searches come out successful. The AI mentor Cosmo knows exactly what I need.
Faith Yim
Software Engineer
+14
It's an amazing product and exceeded my expectations, helping me prepare for my job interviews. Hands-on learning requires you to actually know what you are doing.
Alex Bush
Full Stack Engineer
+9
I'm really impressed by the AI tutor Cosmo's feedback about my code. It's honestly kind of insane to me that it's so targeted and specific.
Abbey Helterbran
Tech consultant
+8
I tried Leetcode but it was too disorganized. CodeSignal covers all the topics I'm interested in and is way more structured.
Jonathan Miller
Senior Machine Learning Engineer
+12
I'm impressed by the quality and can't stop recommending it. It's also a lot of fun!
Francisco Aguilar Meléndez
Data Scientist
+11
23 practices
This course covers essential data preprocessing techniques such as handling missing values, encoding categorical features, feature scaling, and splitting the dataset for training and testing.
This course explores regression techniques beyond linear models, including polynomial regression, ridge, lasso, and elastic net regressions. You will learn everything about regularization to train perfect regression models.
This course focuses on key classification techniques and evaluation metrics, including logistic regression, decision tree, and k-nearest neighbors (KNN) classifiers. You will understand how to compare and evaluate classifier performance using various metrics.
This course provides an in-depth understanding of evaluation metrics for both regression and classification models. By the end of this course, you will be able to evaluate the performance of your machine learning models properly in different scenarios.
Learn about ensemble learning techniques, such as bagging, boosting, and stacking, which combine multiple models to achieve superior predictive performance.
Master hyperparameter tuning and cross-validation techniques to optimize the performance of your machine learning models. Learn how to perform grid search, random search, and various cross-validation methods.