Python: Working with Predictive Analytics

Go to class
Write Review

Free Online Course: Python: Working with Predictive Analytics provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Python: Working with Predictive Analytics is taught by Isil Berkun.

Overview
  • Find out how to use prebuilt Python libraries for predictive analytics and discover insights about the future.

Syllabus
  • Introduction

    • Predict data in Python
    • Road map
    1. Data Preprocessing
    • Differentiate data types
    • Python libraries and data import
    • Handling missing values
    • Convert categorical data into numbers
    • Divide the data into test and train
    • Feature scaling
    2. Prediction Models
    • Introduction to predictive models
    • Linear regression
    • Polynomial regression
    • Support Vector Regression (SVR)
    • Decision tree regression
    • Random forest regression
    • Evaluation of predictive models
    • Hyperparameter optimization
    • Challenge: Hyperparameter optimization
    • Solution: Hyperparameter optimization
    Conclusion
    • Next steps