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

Posts by tienlinhle32

Home » Archives for tienlinhle32 » Page 4
About tienlinhle32

Common Data Issues

Posted by By tienlinhle32 February 20, 2023Posted inData Science, Exploratory Analysis1 Comment
So far, we have discussed distribution analysis and correlation analysis when initially exploring data. One important task in this phase is to determine whether there is anything that will cause…
Read More

Correlation with Categorical Data

Posted by By tienlinhle32 February 17, 2023Posted inData Science, Exploratory Analysis
Previously, we have learned about tools for correlation analysis on numeric columns. By now though, you should have known that numeric is not the only type of data. In fact,…
Read More

Correlation Analysis on Numeric Data

Posted by By tienlinhle32 February 11, 2023Posted inData Science, Exploratory Analysis1 Comment
Previously, we have learned to analyze distributions of numeric and categorical columns. However, those techniques only focus on one individual column at a time. In exploratory analysis, we have a…
Read More

Exploring Categorical Distributions

Posted by By tienlinhle32 February 2, 2023Posted inData Science, Exploratory Analysis1 Comment
Surely after discussing distribution analysis on numeric data, we will move on to categorical data, right? Of course! In this post, we will discuss tools for performing analysis on categorical…
Read More

Exploring Numeric Distributions

Posted by By tienlinhle32 January 27, 2023Posted inData Science, Exploratory Analysis3 Comments
With an overview understanding about distribution analysis, let us actually perform those, starting with numerical data. Obviously, we will be using a mixture of Pandas and Matplotlib - a powerful…
Read More

Distribution Analysis

Posted by By tienlinhle32 January 22, 2023Posted inData Science, Exploratory Analysis1 Comment
Sun Tzu once said "know your data, know your models, a hundred analyses, a hundred wins", or something along that line. See, people in the mediaeval times knew the importance…
Read More

Exploratory Analysis

Posted by By tienlinhle32 January 17, 2023Posted inData Science, Exploratory Analysis4 Comments
At this point, we have obtained a good amount of understanding and hands-on about NumPy arrays and Pandas dataframes. We can now start some analysis. And, the first one that…
Read More

Merging Dataframes

Posted by By tienlinhle32 January 9, 2023Posted inData Science, Data Set Basics
While certainly useful in some cases, concatenating dataframes is fairly problematic because of its strict requirement on row orders. You may end up with wrong and meaningless results even with…
Read More

Concatenating Dataframes

Posted by By tienlinhle32 January 5, 2023Posted inData Science, Data Set Basics1 Comment
Previously, we have discussed basic data concatenation with NumPy arrays. In Pandas, concatenating dataframes is also a thing, however with a few differences. The operation no longer requires equal shapes…
Read More

Text Data in Pandas

Posted by By tienlinhle32 December 27, 2022Posted inData Science, Data Set Basics
So far, we have only been discussing operations with numbers, so you may start wondering if we would ever talk about text data, right? Sure, why don't we do that…
Read More

Posts pagination

Previous page 1 2 3 4 5 6 … 8 Next page

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