Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

CodeSignal

Foundational Machine Learning Models with Sklearn

via CodeSignal

Overview

Learn fundamental machine learning models with Sklearn, centered on the Iris Dataset. This course covers key algorithms like linear and logistic regression, and decision trees. Master implementation, evaluation, and optimization to pave the way for advanced machine learning concepts.

Syllabus

  • Unit 1: Exploring Sklearn: Introduction to Machine Learning Basics
    • Inspecting the Shape of the Iris Dataset
    • Loading the Iris Dataset from Sklearn
    • Splitting the Dataset into Training and Testing Data
    • Fixing the Dataset Splitting Code
  • Unit 2: Exploring Linear Regression with Python and Sklearn
    • Implementing a Linear Regression Model with 2 Features
    • Model fitting and evaluation
    • Assess Model Performance on Test Data
    • Splitting the Dataset into Training and Testing Data
  • Unit 3: Logistic Regression with the Iris Dataset
    • Splitting the Dataset into Training and Testing Data
    • Generating Predictions using Logistic Regression Model
    • Tune the Logistic Regression Model
    • Implement Logistic Regression model training
  • Unit 4: Decision Tree Models for Decision Making
    • Implement Decision Tree with Different Splitting Criterion
    • Add Visualization for Confusion Matrix
    • Decision Tree Tuning
    • Calculate Decision Tree Model Accuracy
  • Unit 5: Evaluating Machine Learning Models: Metrics and Practices
    • Crunching Numbers: Calculating Mean Absolute Error
    • Precision in Logistic Regression Models
    • Evaluating Accuracy of Decision Tree Model
  • Unit 6: Comparing Different Models
    • Implement Linear Regression on the Iris Dataset
    • Implementing Logistic Regression Model with Iris Dataset
    • "Improving Decision Tree Model with Parameter Tuning"
  • Unit 7: Optimizing Machine Learning Models: A Practical Guide
    • Adjust Hyperparameters and Optimize the Same Model
    • Adjust Hyperparameters and Optimize with RandomSearchCV
    • Enhance Decision Tree Classifier Performance
    • Enhance Decision Tree Performance with RandomizedSearch

Reviews

Start your review of Foundational Machine Learning Models with Sklearn

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.