Skip to content
Data Science from a Practical Perspective
  • Home
  • About Me
  • Blog
  • Presentations
  • Contact

Month: April 2023

Home » Archives for April 2023

Evaluation Metrics for Binary Classification

Posted by By tienlinhle32 April 26, 2023Posted inClassification, Data Science, Model Evaluation
So far, we have discussed the task of classification analysis along with a few version of logistic regression. We have also talked a bit about evaluating a classification task with…
Read More

Logistic Regression

Posted by By tienlinhle32 April 18, 2023Posted inClassification, Data Science1 Comment
With the previous introduction to classification analysis, we can now discuss more about classification models. Since we have had some exposure to logistic regression last time, let us continue with…
Read More

Classification Analysis

Posted by By tienlinhle32 April 16, 2023Posted inClassification, Data Science3 Comments
At this point, we have spent several posts talking about regression analysis. While it is surely not everything about regression, let us change the air a little bit and discuss…
Read More

Regularized linear models

Posted by By tienlinhle32 April 12, 2023Posted inData Science, Regression Analysis1 Comment
Previously, we have learned about model tuning as well as discussed more about Ridge regression which is one of the regularized linear models. As it turns out, Ridge regression is…
Read More

Model Tuning

Posted by By tienlinhle32 April 10, 2023Posted inData Science, Model tuning1 Comment
In the last post, we talked about model regularization and demonstrated the concept with a model called Ridge regression. However, the Ridge model we used back then was actually just…
Read More

Model Regularization

Posted by By tienlinhle32 April 9, 2023Posted inData Science, Regularization1 Comment
Previously, we have discussed the overfitting problem where a model overlearns the training data and fails to generalize. There are a lot of potential issues here. First, overfitting is obviously…
Read More

The Overfitting Problem

Posted by By tienlinhle32 April 9, 2023Posted inData Science, Model Evaluation1 Comment
So, I am here and let me fulfill my promise in the last post. Do you remember? We performed quadratic regression on the auto-mpg data and get a much better…
Read More

Polynomial Regression

Posted by By tienlinhle32 April 7, 2023Posted inData Science, Regression Analysis1 Comment
The basic linear regression model is fairly limited in that it requires the features and the target to have a linear correlation to perform well. In practice though, we commonly…
Read More

Cross-Validation

Posted by By tienlinhle32 April 5, 2023Posted inData Science, Model Evaluation
Remember how I said we had not learned to properly perform model evaluation a bit ago? Well, let us fix that today then! Recall, the point of predictive analysis is…
Read More

Linear Regression Model

Posted by By tienlinhle32 April 3, 2023Posted inData Science, Regression Analysis2 Comments
After the first step of looking at the most basic regression problem, hopefully you have had a good understand about this type of analysis and its approach. Therefore, it is…
Read More

Recent Posts

  • Tree Ensemble
  • Decision Tree Pipeline
  • Tuning Decision Trees
  • Regression Tree
  • Decision Tree Splits in Classification

Recent Comments

  1. Tree Ensemble - Data Science from a Practical Perspective on Decision Tree Pipeline
  2. Regression Tree - Data Science from a Practical Perspective on Decision Tree for Classification
  3. Decision Tree Splits in Classification - Data Science from a Practical Perspective on Decision Tree for Classification
  4. Support Vector Machine Pipeline - Data Science from a Practical Perspective on Logistic Regression
  5. Support Vector Regression - Data Science from a Practical Perspective on Support Vector Machine for Binary Classification

Archives

  • December 2023
  • October 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022

Categories

  • Classification
  • Data Science
  • Data Set Basics
  • Deep Learning
  • Exploratory Analysis
  • Graph Analysis
  • Machine Learning
  • Model Evaluation
  • Model tuning
  • Preprocessing
  • Presentation
  • Python
  • Python Basics
  • Regression Analysis
  • Regularization
  • Text Analysis
  • Tree Ensemble
  • Decision Tree Pipeline
  • Tuning Decision Trees
  • Regression Tree
  • Decision Tree Splits in Classification
  • Decision Tree for Classification
  • Support Vector Machine Pipeline
  • Support Vector Regression
Copyright 2025 — Data Science from a Practical Perspective. All rights reserved. Sinatra WordPress Theme
Scroll to Top