0% found this document useful (0 votes)
100 views11 pages

Machine Learning: Building A Linear Regression Model: Abhishek & Pukhraj

This document provides an overview of topics for a machine learning course on building linear regression models. The topics covered include basics of statistics, getting started with R and Python, machine learning introductions, data preprocessing, and linear regression modeling. It rates the difficulty levels of the topics and provides recommendations on whether sections can be skipped or must be watched.

Uploaded by

Tarikua Tesfa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
100 views11 pages

Machine Learning: Building A Linear Regression Model: Abhishek & Pukhraj

This document provides an overview of topics for a machine learning course on building linear regression models. The topics covered include basics of statistics, getting started with R and Python, machine learning introductions, data preprocessing, and linear regression modeling. It rates the difficulty levels of the topics and provides recommendations on whether sections can be skipped or must be watched.

Uploaded by

Tarikua Tesfa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

Machine Learning:

Building a Linear
Regression model
Abhishek & Pukhraj
Basics of Statistics

 Types of Data

 Types of Statistics

 Describing Data
graphically

 Measures of Center
and Dispersion
Getting Started with R / R Studio
 Installation

 Basic Operations

 Packages

 Importing Data

 Bar plots

 Histograms
Getting Started with Python
 Installation

 Jupyter Notebook

 Python Basics

 Importing Data

 Numpy / Pandas

 Seaborn
Machine Learning

 Introduction to
Machine Learning

 Building a Machine
Learning Model
Data Preprocessing – Part 1

 Business Knowledge

 Data Exploration

 Univariate Analysis

 Bivariate Analysis
Data Preprocessing – Part 2

 Outlier Treatment

 Missing Value
Imputation

 Variable
Transformation

 Correlation
Linear Regression – Part 1

 Ordinary Least
Squares

 Simple Linear
Regression

 Multiple Linear
Regression
Linear Regression – Part 2

 Model Accuracy

 F Statistics

 Categorical Variable
Results

 Other Variations

 Result Interpretation
Overview
Difficulty level Recommended
Topics Type
Approach
Can skip, if you know
Basics of Statistics Theory Low
basic Statistics

Getting started with R Practical Medium Can Skip, If you know R

Introduction to ML Theory Low Can Fast Forward

Data Preprocessing Theory + Practical Medium Must watch

Linear Regression Theory + Practical


Medium-High Must watch
modelling
Overview
Difficulty level Recommended
Topics Type
Approach
Can skip, if you know
Basics of Statistics Theory Low
basic Statistics
Getting started with Can Skip, If you know
Practical Medium
Python Python

Introduction to ML Theory Low Can Fast Forward

Data Preprocessing Theory + Practical Medium Must watch

Linear Regression Theory + Practical


Medium-High Must watch
modelling

You might also like