Data Science Articles

Sorted By: Most Recent
Rahul Agarwal Rahul Agarwal
Updated on August 22, 2022

Five Types of Cognitive Bias in Data Science (And How to Avoid Them)

Everyone is prey to cognitive biases that skew thinking, but data scientists must prevent them from spoiling their work.

Eric Kleppen Eric Kleppen
Updated on August 19, 2022

Create a Free Linux Virtual Machine on Your Computer

A virtual machine is like having a computer inside your computer. Here’s how to create your own Linux VM.

Image: Shutterstock / Built In
Przemek Chojecki Przemek Chojecki
Updated on August 17, 2022

How to Spot Deepfake Technology

The AI that powers deepfakes poses all sorts of questions for consumers of media. Using a couple of simple principles, though, you can develop a sophisticated understanding of what you’re looking at.

Przemek Chojecki Przemek Chojecki
Updated on August 17, 2022

How to Develop a Clear Data Science Strategy for Your Business

Acquiring data is easy nowadays. To make it useful, though, you need to develop a coherent plan for data usage.

Peter Wang Peter Wang
Updated on August 17, 2022

How Gen Z Can Fix AI’s Ethics Problem

Gen Z data scientists are well suited to tackle bias in AI. Today’s leaders and practitioners need to lay the groundwork to enable them to do so.

Peter Grant Peter Grant
Updated on August 15, 2022

A Guide to Managing Datetime Data in Python

Here’s how to solve your datetime, Pandas indices and daylight saving time nightmares.

Peter Grant Peter Grant
Updated on August 15, 2022

How to Find Residuals in Regression Analysis

Do you need to improve your regression model’s performance? Use this sample Python code to help you find residuals in your own projects.

Peter Grant Peter Grant
Updated on August 15, 2022

How to Find Outliers With IQR Using Python

Do you need to ditch your outliers? Here’s how to find (and remove) outliers in your data set with IQR.

Peter Grant Peter Grant
Updated on August 15, 2022

How to Use Float in Python (With Sample Code!)

This quick how-to will introduce you to the Python float function and show you how you can create them yourself.

Peter Grant Peter Grant
Updated on August 15, 2022

A Primer on Model Fitting

To do any data science of value we need models that accurately represent our data set. Here’s how to evaluate a model’s fit to your training data.

Related Topics