Data Science Articles

Sorted By: Most Recent
Mór Kapronczay Mór Kapronczay
Updated on July 10, 2025

Mean Squared Error (MSE) vs. Mean Squared Logarithmic Error (MSLE): A Guide

Mean squared error (MSE) and mean squared logarithmic error (MSLE) are loss functions used to evaluate regression model prediction accuracy. MSE prioritizes minimizing large absolute errors, and MSLE reduces outlier impact through logarithmic scaling.

Image: Shutterstock / Built In
Sara A. Metwalli Sara A. Metwalli
Updated on July 09, 2025

5 Structured Thinking Techniques for Data Scientists

Structured thinking is an approach to problem solving that organizes complex issues into clear, actionable parts. It helps professionals tackle ambiguity by applying consistent frameworks to guide analysis and decision-making.

Image: Shutterstock / Built In
Sparsh Gupta Sparsh Gupta
Updated on July 09, 2025

Why Is Logistic Regression a Classification Algorithm?

Logistic regression is a classification algorithm that applies a sigmoid function to a linear model, converting outputs into probabilities. These probabilities are then used to classify data into binary categories.

Image: Shutterstock / Built In
Nicolai Berg Andersen Nicolai Berg Andersen
Updated on July 09, 2025

What Is Pandas?

Pandas is a Python library designed for data analysis and manipulation tasks, including working with tabular data, time series and diverse data sets.

Image: Shutterstock / Built In
Sadrach Pierre Sadrach Pierre
Updated on July 08, 2025

How to Find Outliers (With Examples)

Outlier detection is a data science technique with applications across a variety of industries. Here’s how to find outliers in data by using Python, with examples to illustrate the principles.

Image: Shutterstock / Built In
Matthew Urwin Matthew Urwin
Updated on July 04, 2025

What Trump’s ‘Big, Beautiful Bill’ Means for AI Regulation

President Trump’s “One, Big, Beautiful Bill” covers issues like Medicaid, food assistance and deportations — but a surprise addition on AI regulation is what’s catching the tech world’s attention. Here’s how it stands to affect the industry.

Image: Shutterstock
Ines Lee Ines Lee
Updated on June 30, 2025

A Beginner’s Guide to Dot Notation

Dot notation is a syntax used in programming languages like Python to access an object’s attributes and methods, making it easier to search complex data structures. Here’s what you need to know. 

Image: Shutterstock / Built In
Jenny Lyons-Cunha Jenny Lyons-Cunha
Updated on June 26, 2025

5 Types of Data Visualization (With Examples)

From interactive dashboards to intricate diagrams, data visualization comes in all kinds of formats, helping users draw conclusions, identify patterns and make more informed decisions. engaging formats.

Image: Shutterstock
Andryw Marques Andryw Marques
Updated on June 24, 2025

How to Show All Columns and Rows in a Pandas DataFrame

Here’s how to display all columns and rows of a pandas DataFrame by using pd.set_option.

Image: Shutterstock / Built In
Fred Mora Fred Mora
Updated on June 24, 2025

What Is Amdahl’s Law?

Amdahl’s law is a principle in computer science that provides a best-case estimate of how much you can improve system performance by optimizing a specific part of the system. Here’s how to use it.

Image: Shutterstock / Built In

Related Topics