You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2020-11-05-probability_theory_basics.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,8 @@ categories:
4
4
- Statistics
5
5
classes: wide
6
6
date: '2020-11-05'
7
-
excerpt: An introduction to probability theory concepts every data scientist should know.
7
+
excerpt: An introduction to probability theory concepts every data scientist should
8
+
know.
8
9
header:
9
10
image: /assets/images/data_science_10.jpg
10
11
og_image: /assets/images/data_science_10.jpg
@@ -17,15 +18,17 @@ keywords:
17
18
- Random variables
18
19
- Distributions
19
20
- Data science
20
-
seo_description: Learn the core principles of probability theory, from random variables to common distributions, with practical examples for data science.
21
-
seo_title: 'Probability Theory Basics for Data Science'
21
+
seo_description: Learn the core principles of probability theory, from random variables
22
+
to common distributions, with practical examples for data science.
23
+
seo_title: Probability Theory Basics for Data Science
22
24
seo_type: article
23
-
summary: This post reviews essential probability concepts like random variables, expectation, and common distributions, illustrating how they underpin data science workflows.
25
+
summary: This post reviews essential probability concepts like random variables, expectation,
26
+
and common distributions, illustrating how they underpin data science workflows.
24
27
tags:
25
28
- Probability
26
29
- Statistics
27
30
- Data science
28
-
title: 'Probability Theory Basics for Data Science'
31
+
title: Probability Theory Basics for Data Science
29
32
---
30
33
31
34
Probability theory provides the mathematical foundation for modeling uncertainty. By understanding random variables and probability distributions, data scientists can quantify risks and make informed decisions.
Copy file name to clipboardExpand all lines: _posts/2020-11-10-simple_linear_regression_intro.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,8 @@ categories:
4
4
- Data Science
5
5
classes: wide
6
6
date: '2020-11-10'
7
-
excerpt: Understand how simple linear regression models the relationship between two variables using a single predictor.
7
+
excerpt: Understand how simple linear regression models the relationship between two
8
+
variables using a single predictor.
8
9
header:
9
10
image: /assets/images/data_science_11.jpg
10
11
og_image: /assets/images/data_science_11.jpg
@@ -16,15 +17,17 @@ keywords:
16
17
- Linear regression
17
18
- Least squares
18
19
- Data analysis
19
-
seo_description: Discover the mechanics of simple linear regression and how to interpret slope and intercept when fitting a straight line to data.
20
-
seo_title: 'A Primer on Simple Linear Regression'
20
+
seo_description: Discover the mechanics of simple linear regression and how to interpret
21
+
slope and intercept when fitting a straight line to data.
22
+
seo_title: A Primer on Simple Linear Regression
21
23
seo_type: article
22
-
summary: This article introduces simple linear regression and the least squares method, showing how a single predictor explains variation in a response variable.
24
+
summary: This article introduces simple linear regression and the least squares method,
25
+
showing how a single predictor explains variation in a response variable.
23
26
tags:
24
27
- Regression
25
28
- Statistics
26
29
- Data science
27
-
title: 'A Primer on Simple Linear Regression'
30
+
title: A Primer on Simple Linear Regression
28
31
---
29
32
30
33
Simple linear regression is a foundational technique for modeling the relationship between a predictor variable and a response variable. By fitting a straight line, we can quantify how changes in one variable are associated with changes in another.
Copy file name to clipboardExpand all lines: _posts/2020-11-20-bayesian_inference_basics.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,8 @@ categories:
4
4
- Statistics
5
5
classes: wide
6
6
date: '2020-11-20'
7
-
excerpt: Explore the fundamentals of Bayesian inference and how prior beliefs combine with data to form posterior conclusions.
7
+
excerpt: Explore the fundamentals of Bayesian inference and how prior beliefs combine
8
+
with data to form posterior conclusions.
8
9
header:
9
10
image: /assets/images/data_science_12.jpg
10
11
og_image: /assets/images/data_science_12.jpg
@@ -17,15 +18,17 @@ keywords:
17
18
- Priors
18
19
- Posterior distributions
19
20
- Data science
20
-
seo_description: An overview of Bayesian inference, demonstrating how to update prior beliefs with new evidence to make data-driven decisions.
21
-
seo_title: 'Bayesian Inference Explained'
21
+
seo_description: An overview of Bayesian inference, demonstrating how to update prior
22
+
beliefs with new evidence to make data-driven decisions.
23
+
seo_title: Bayesian Inference Explained
22
24
seo_type: article
23
-
summary: Learn how Bayesian inference updates prior beliefs into posterior distributions, providing a flexible framework for reasoning under uncertainty.
25
+
summary: Learn how Bayesian inference updates prior beliefs into posterior distributions,
26
+
providing a flexible framework for reasoning under uncertainty.
24
27
tags:
25
28
- Bayesian
26
29
- Inference
27
30
- Statistics
28
-
title: 'Bayesian Inference Explained'
31
+
title: Bayesian Inference Explained
29
32
---
30
33
31
34
Bayesian inference offers a powerful perspective on probability, treating unknown quantities as distributions that update when new evidence appears.
Copy file name to clipboardExpand all lines: _posts/2020-11-25-hypothesis_testing_real_world_applications.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,8 @@ categories:
4
4
- Statistics
5
5
classes: wide
6
6
date: '2020-11-25'
7
-
excerpt: See how hypothesis testing helps draw meaningful conclusions from data in practical scenarios.
7
+
excerpt: See how hypothesis testing helps draw meaningful conclusions from data in
8
+
practical scenarios.
8
9
header:
9
10
image: /assets/images/data_science_13.jpg
10
11
og_image: /assets/images/data_science_13.jpg
@@ -17,15 +18,18 @@ keywords:
17
18
- P-values
18
19
- Significance
19
20
- Data science
20
-
seo_description: Learn how to apply hypothesis tests in real-world analyses and avoid common pitfalls when interpreting p-values and confidence levels.
21
-
seo_title: 'Applying Hypothesis Testing in the Real World'
21
+
seo_description: Learn how to apply hypothesis tests in real-world analyses and avoid
22
+
common pitfalls when interpreting p-values and confidence levels.
23
+
seo_title: Applying Hypothesis Testing in the Real World
22
24
seo_type: article
23
-
summary: This post walks through frequentist hypothesis testing, showing how to formulate null and alternative hypotheses and interpret the results in practical data science tasks.
25
+
summary: This post walks through frequentist hypothesis testing, showing how to formulate
26
+
null and alternative hypotheses and interpret the results in practical data science
27
+
tasks.
24
28
tags:
25
29
- Hypothesis testing
26
30
- Statistics
27
31
- Experiments
28
-
title: 'Applying Hypothesis Testing in the Real World'
32
+
title: Applying Hypothesis Testing in the Real World
29
33
---
30
34
31
35
Hypothesis testing allows data scientists to objectively assess whether an observed pattern is likely due to chance or reflects a genuine effect.
Copy file name to clipboardExpand all lines: _posts/2020-11-30-data_visualization_best_practices.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,8 @@ categories:
4
4
- Data Science
5
5
classes: wide
6
6
date: '2020-11-30'
7
-
excerpt: Discover best practices for creating clear and compelling data visualizations that communicate insights effectively.
7
+
excerpt: Discover best practices for creating clear and compelling data visualizations
8
+
that communicate insights effectively.
8
9
header:
9
10
image: /assets/images/data_science_14.jpg
10
11
og_image: /assets/images/data_science_14.jpg
@@ -17,15 +18,17 @@ keywords:
17
18
- Charts
18
19
- Communication
19
20
- Best practices
20
-
seo_description: Guidelines for selecting chart types, choosing colors, and avoiding clutter when visualizing data for stakeholders.
21
-
seo_title: 'Data Visualization Best Practices'
21
+
seo_description: Guidelines for selecting chart types, choosing colors, and avoiding
22
+
clutter when visualizing data for stakeholders.
23
+
seo_title: Data Visualization Best Practices
22
24
seo_type: article
23
-
summary: Learn how to design effective visualizations by focusing on clarity, appropriate chart selection, and thoughtful use of color and labels.
25
+
summary: Learn how to design effective visualizations by focusing on clarity, appropriate
26
+
chart selection, and thoughtful use of color and labels.
24
27
tags:
25
28
- Visualization
26
29
- Data science
27
30
- Communication
28
-
title: 'Data Visualization Best Practices'
31
+
title: Data Visualization Best Practices
29
32
---
30
33
31
34
Effective data visualization bridges the gap between complex datasets and human understanding. Following proven design principles ensures that your charts highlight the important messages without distractions.
Copy file name to clipboardExpand all lines: _posts/2021-10-05-data_preprocessing_pipelines.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,8 @@ categories:
4
4
- Data Science
5
5
classes: wide
6
6
date: '2021-10-05'
7
-
excerpt: Learn how to design robust data preprocessing pipelines that prepare raw data for modeling.
7
+
excerpt: Learn how to design robust data preprocessing pipelines that prepare raw
8
+
data for modeling.
8
9
header:
9
10
image: /assets/images/data_science_6.jpg
10
11
og_image: /assets/images/data_science_6.jpg
@@ -17,10 +18,12 @@ keywords:
17
18
- Pipelines
18
19
- Data cleaning
19
20
- Feature engineering
20
-
seo_description: Discover best practices for building reusable data preprocessing pipelines that handle missing values, encoding, and feature scaling.
21
+
seo_description: Discover best practices for building reusable data preprocessing
22
+
pipelines that handle missing values, encoding, and feature scaling.
21
23
seo_title: Building Data Preprocessing Pipelines for Reliable Models
22
24
seo_type: article
23
-
summary: This post outlines the key steps in constructing data preprocessing pipelines using tools like scikit-learn to ensure consistent model inputs.
25
+
summary: This post outlines the key steps in constructing data preprocessing pipelines
26
+
using tools like scikit-learn to ensure consistent model inputs.
Copy file name to clipboardExpand all lines: _posts/2022-10-15-time_series_decomposition.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@ categories:
5
5
- Time Series
6
6
classes: wide
7
7
date: '2022-10-15'
8
-
excerpt: Learn how time series decomposition reveals trend, seasonality, and residual components for clearer forecasting insights.
8
+
excerpt: Learn how time series decomposition reveals trend, seasonality, and residual
9
+
components for clearer forecasting insights.
9
10
header:
10
11
image: /assets/images/data_science_12.jpg
11
12
og_image: /assets/images/data_science_12.jpg
@@ -19,10 +20,12 @@ keywords:
19
20
- Seasonality
20
21
- Forecasting
21
22
- Decomposition
22
-
seo_description: Discover how to separate trend and seasonal patterns from a time series using additive or multiplicative decomposition.
23
-
seo_title: 'Time Series Decomposition Made Simple'
23
+
seo_description: Discover how to separate trend and seasonal patterns from a time
24
+
series using additive or multiplicative decomposition.
25
+
seo_title: Time Series Decomposition Made Simple
24
26
seo_type: article
25
-
summary: This article explains how decomposing a time series helps isolate long-term trends and recurring seasonal effects so you can model data more effectively.
27
+
summary: This article explains how decomposing a time series helps isolate long-term
28
+
trends and recurring seasonal effects so you can model data more effectively.
Copy file name to clipboardExpand all lines: _posts/2025-06-06-exploratory_data_analysis_intro.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,8 @@ categories:
4
4
- Data Science
5
5
classes: wide
6
6
date: '2025-06-06'
7
-
excerpt: Discover the essential steps of Exploratory Data Analysis (EDA) and how to gain insights from your data before building models.
7
+
excerpt: Discover the essential steps of Exploratory Data Analysis (EDA) and how to
8
+
gain insights from your data before building models.
8
9
header:
9
10
image: /assets/images/data_science_5.jpg
10
11
og_image: /assets/images/data_science_5.jpg
@@ -18,16 +19,19 @@ keywords:
18
19
- Python
19
20
- Pandas
20
21
- Data cleaning
21
-
seo_description: Learn the fundamentals of Exploratory Data Analysis using Python, including data cleaning, visualization, and summary statistics.
22
-
seo_title: "Beginner's Guide to Exploratory Data Analysis (EDA)"
22
+
seo_description: Learn the fundamentals of Exploratory Data Analysis using Python,
23
+
including data cleaning, visualization, and summary statistics.
24
+
seo_title: Beginner's Guide to Exploratory Data Analysis (EDA)
23
25
seo_type: article
24
-
summary: This guide covers the core principles of Exploratory Data Analysis, demonstrating how to inspect, clean, and visualize datasets to uncover patterns and inform subsequent modeling steps.
26
+
summary: This guide covers the core principles of Exploratory Data Analysis, demonstrating
27
+
how to inspect, clean, and visualize datasets to uncover patterns and inform subsequent
28
+
modeling steps.
25
29
tags:
26
-
- EDA
30
+
- Eda
27
31
- Data science
28
32
- Python
29
33
- Visualization
30
-
title: "Exploratory Data Analysis: A Beginner's Guide"
34
+
title: 'Exploratory Data Analysis: A Beginner''s Guide'
31
35
---
32
36
33
37
Exploratory Data Analysis (EDA) is the process of examining a dataset to understand its main characteristics before applying more formal statistical modeling or machine learning. By exploring your data upfront, you can identify patterns, spot anomalies, and test assumptions that might otherwise go unnoticed.
0 commit comments