Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Master Python Data Analysis and Modelling Essentials
Rating: 4.7 out of 5(13 ratings)
98 students

Master Python Data Analysis and Modelling Essentials

A Real-World Project using Jupyter notebook, Numpy, SciPy, Pandas, Matplotlib, Statmodels, Scikit-learn, and many more
Created byDr. Shouke Wei
Last updated 4/2022
English
English [Auto],

What you'll learn

  • Data analysis and modelling process
  • Setting up Python data analysis and modelling environment
  • Data exploration
  • Rename the data columns
  • Data slicing, sorting, filtering, and grouping data
  • Missing value detection and imputation
  • Outlier detection and treatment
  • Correlation Analysis and feature selection
  • Splitting data set for model fitting and testing
  • Data normalization with different methods
  • Developing a classic statistical linear regression model
  • Developing a machine linear regression model
  • interpreting the model results
  • Improving the models
  • Evaluating the models
  • Visualizing the model results

Course content

6 sections37 lectures7h 15m total length
  • Introduction to Course Contents8:56

    This lecture is an introduction to the course contents. After this lecture, you will be clear course structure and what the course covers.

  • Introduction to Data Analysis and Modelling5:41

    This lecture discusses data analysis and data modelling. After this lecture, you will understand

    (1) What is data analysis

    (2) What is data modelling

    (3) Why do we make data analysis and modelling

    (4) Types of data analysis

    (5) Process of data analysis and modelling

  • How to Use and Download the Source Notebook of the Course6:57

    This leture shows you how to run the notebook on Binder or Google Colab, and how to download a signal notebook or all the files of the courses into your computer.

  • How to Receive Instructor Announcements on Time4:24

Requirements

  • Basic Python language knowledge needed to understand the codes

Description

We are living in a data explosive world where data is ubiquitous, and thus it is essential to build data analysis and modelling skills.  Based on TIOBE Index, Python has overpassed Java and C and become the most popular programming language of today since October 2021. Python leads the top Data Science and Machine Learning platforms based on KDnuggets poll.

This course  uses a real world project and dataset and well known Python libraries to show you how to explore data, find the problems and fix them, and how to develop classic statistical regression models and machine learning regression step by step in an easily understand way. This course is especially suitable for beginner and intermediate levels, but many of the methods are also very helpful for the advanced learners. After this course, you will own the skills to:

(1) to explore data using Python Pandas library

(2) to rename the data column using different methods

(3) to detect the missing values and outliers in dataset through different methods

(4) to use different methods to fill in the missings and treat the outliers

(5) to make correlation analysis and select the features based on the analysis

(6) to encode the categorical variables with different methods

(7) to split dataset for model training and testing

(8) to normalize data with scaling methods

(9) to develop classic statistical regression models and machine learning regression models

(10) to fit the model, improve the model, evaluate the model and visualize the modelling results, and many more

Who this course is for:

  • Business analysts
  • Data analytics professionals
  • Statisticians
  • Engineers and scientists for data analysis, modelling and machine learning
  • Anyone who wants to learn data analysis and modelling with Python for his/her projects