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

Month: November 2022

Home » Archives for November 2022

NumPy Operations

Posted by By tienlinhle32 November 30, 2022Posted inData Science, Data Set Basics2 Comments
Previously, we have talked about creating and slicing NumPy arrays. Now, let us see what else we can do with them. In short, a lot! The library has a huge…
Read More

NumPy Arrays

Posted by By tienlinhle32 November 25, 2022Posted inData Science, Data Set Basics3 Comments
The first tool we will be learning in the data science stack in Python is NumPy arrays. NumPy is a Python package for numerical manipulations. It comes with powerful features…
Read More

Descriptive Statistics

Posted by By tienlinhle32 November 21, 2022Posted inData Science, Exploratory Analysis3 Comments
I do not fully agree with the saying "the end justifies the mean". The sum also justifies the mean, not just the n... Yes, it is a dad joke when…
Read More

Functions in Python

Posted by By tienlinhle32 November 15, 2022Posted inPython, Python Basics
In my post about print(), we briefly mentioned built-in functions which are named prewritten codes that we use do certain tasks multiple times. Besides print(), there are many other useful…
Read More

Collections in Python

Posted by By tienlinhle32 November 11, 2022Posted inPython, Python Basics2 Comments
A collection is not a strange concept. It is just a bunch of objects put together for a certain reason. You may have a collection of pictures, songs, books, movies,…
Read More

Loops in Python

Posted by By tienlinhle32 November 3, 2022Posted inPython, Python Basics1 Comment
Have you ever challenged yourself while exercising like "I will run 10 rounds of this park" or "I will run as many rounds as I can"? If yes, basically, you…
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