Skip to content

Tung M Phung's Blog

  • Home
  • About me

Category: Regression Models

Classification Models, Machine Learning - Data Mining, Regression ModelsLeave a comment

Ensemble: Bagging, Random Forest, Boosting and Stacking

May 4, 2020July 31, 2020 Tung.M.Phung

An ensemble of trees (in the form of bagging, random forest, or boosting) is usually preferred over one decision tree alone. Continue reading Ensemble: Bagging, Random Forest, Boosting and Stacking

Machine Learning - Data Mining, Regression ModelsLeave a comment

Linear Regression in Python

December 6, 2019July 31, 2020 Tung.M.Phung

Train and cross-validate your Linear regression on Python with pre-defined or customized evaluation functions. Continue reading Linear Regression in Python

Machine Learning - Data Mining, Regression ModelsLeave a comment

How to make a Linear Regressor? (theory)

November 24, 2019July 31, 2020 Tung.M.Phung

This article presents the formulas for coming up with the best-fitted linear regression line. Continue reading How to make a Linear Regressor? (theory)

Machine Learning - Data Mining, Regression ModelsLeave a comment

Confidence Intervals for Linear Regression Coefficients

November 9, 2019December 10, 2024 Tung.M.Phung

Not only does Linear regression give us a model for prediction, but it also tells us about how accurate the model is, by the means of Confidence Intervals. Continue reading Confidence Intervals for Linear Regression Coefficients

Machine Learning - Data Mining, Regression ModelsLeave a comment

Disadvantages of Linear Regression

October 12, 2019July 31, 2020 Tung.M.Phung

If you are considering using Linear regression for your production pipeline, you should be aware of its 4 drawbacks. Continue reading Disadvantages of Linear Regression

Machine Learning - Data Mining, Regression ModelsLeave a comment

Advantages of Linear Regression

October 8, 2019July 31, 2020 Tung.M.Phung

Linear regression is frequently used in practice because of these 7 reasons. Continue reading Advantages of Linear Regression

Machine Learning - Data Mining, Regression ModelsLeave a comment

Assumptions of Linear Regression

October 6, 2019November 15, 2020 Tung.M.Phung

In which cases does Linear Regression perform the best? In which cases should we use other algorithms? Continue reading Assumptions of Linear Regression

Machine Learning - Data Mining, Regression ModelsLeave a comment

Regularization for Linear regression

October 5, 2019July 31, 2020 Tung.M.Phung

We tackle Regularization for Linear Regression by answering 5 questions: What, When, Where, How, and Why? Continue reading Regularization for Linear regression

Machine Learning - Data Mining, Regression ModelsLeave a comment

Regression Objective and Evaluation Functions

October 4, 2019November 15, 2020 Tung.M.Phung

This article differentiate objective functions from evaluation functions and elaborate some examples of them. Continue reading Regression Objective and Evaluation Functions

Machine Learning - Data Mining, Regression ModelsLeave a comment

Types of Linear regression

September 30, 2019July 31, 2020 Tung.M.Phung

a number of different types of Linear regression based on various points of view Continue reading Types of Linear regression

Machine Learning - Data Mining, Regression ModelsLeave a comment

Introduction to Linear Regression

September 29, 2019July 31, 2020 Tung.M.Phung

Linear regression is arguably the most popular Machine learning model out there. Continue reading Introduction to Linear Regression