Understand how Statistics is Applied to Data Science Problem like ANOVA, t-test, F-test in Python

What you will learn

Least Square Regression

Build OLS in Statsmodel

Hypothesis Testing

t test

ANOVA

F Statistics

Degree of Freedom of the Model

Plotting Regression Line above the scatter plot (Fitted Values)

Predicting Results

Answer Question statistically

Description

Welcome to the course “Statistical Decision Making in Data Science with a Case Study in Python”

This course is an introduction course where you will learn about the importance of Statistics and Machine Learning in Decision Making. I explained this course with a case study. We start with a problem statement and data then we build the machine learning model. Building a machine learning model is really not enough but getting a decision out of machine learning is the primary goal in Data Science. For that, we will use statistics.

What you will Learn?


Get Instant Notification of New Courses on our Telegram channel.


  1. Understand the Problem statement (Case Study on Big Mac Index with used in Forex Industry for Predicting Dollar value)
  2. Asking Statistical Question.
  3. Linear Regression (Least Square Regression)
  4. Develop Least Square Regression in Python.
  5. Understand the Outputs
    1. MSE
    2. Degree of Freedom
  6. Hypothesis testing
    1. t-test for coefficient significance
    2. F-test for model significance
    3. ANOVA
  7. Correlation
  8. R-Square

You will learn the approaches towards regression with case study.Β  First we start with understanding linear equation and the optimization function value sum of squared errors.Β  With that we find the values of the coefficient and makes least square regression. Then we starts building our linear regression in python.

For the model we build we necessary test like hypothesis testing.

  • t-test for coefficient significance
  • ANOVA and F-test for model significance.

And finally, we answer the question statically. Hope we are seeing you inside the course !!!

English
language

Content

Introduction

Introduction
Google Colab

Case Study – Big Mac Index

Big Mac Index Case Study Walk through

Least Square Regression

Least Square RegressionLinear Regression , y = a+b X and SSE

Least Square Regression in Python

Fitting Ordinary Least Square Regression Model in Python
Load Data & Scatter Plot

Hypothesis Testing to model

Degree of Freedom of the Model
Hypothesis testing : t – test
Fitted Values
Hypothesis testing : ANOVA
F – Statistics in Python
R Square
Answers

Bonus

bonus