Data Science Articles

Sorted By: Most Recent
Jenny Lyons-Cunha Jenny Lyons-Cunha
Updated on December 16, 2024

What Is Data Poisoning?

Data poisoning allows digital saboteurs to compromise AI models during training. Here’s how.

Image: Shutterstock / Built In
Jenny Lyons-Cunha Jenny Lyons-Cunha
Updated on December 13, 2024

What Is Dark Data?

As data creation skyrockets, companies often lack the resources to use it all, causing terabytes of dormant information to accumulate. This ‘dark data’ drives up costs, creates regulatory risks and increases exposure to data breaches.

Image: Shutterstock
Giorgos Myrianthous Giorgos Myrianthous
Updated on December 09, 2024

Understanding Duck Typing in Python

Duck typing in Python is a term used to illustrate that code will execute an action based on the types of built-in objects being processed. Here’s what to know.  

Image: Shutterstock / Built In
Richmond Alake Richmond Alake
Updated on December 05, 2024

Heap Sort, Explained

Heap sort is a sorting algorithm that organizes elements in an array into a binary heap, and then sorts that heap by moving the largest element in the array. Here’s how to implement it in Python.

Image: Shutterstock / Built In
Abdishakur Hassan Abdishakur Hassan
Updated on November 26, 2024

7 Types of Thematic Maps for Geospatial Data

Here’s when and how to use these different types of thematic maps and techniques.

Image: Shutterstock / Built In
Niklas Donges Niklas Donges
Updated on November 26, 2024

Random Forest: A Complete Guide for Machine Learning

All you need to know about the random forest model in machine learning.

Image: Shutterstock / Built In
Michael Galarnyk Michael Galarnyk
Updated on November 25, 2024

What Is a Boxplot? Definition and How to Use One.

Boxplots are graphs that tell you how your data’s values are spread out. Here’s how to read a boxplot and even create your own.

Image: Shutterstock / Built In
Stephen Gossett Stephen Gossett
Updated on November 25, 2024

How to Run a Remote Data Team

We asked three remote-work veterans for advice on running distributed data teams more effectively.

Sanskar Wagavkar Sanskar Wagavkar
Updated on November 20, 2024

Introduction to the Correlation Matrix

A correlation matrix is a matrix that shows the correlation between variables. It gives the correlation between all the possible pairs of values in a matrix format.

Image: Shutterstock / Built In
Suraj Gurav Suraj Gurav
Updated on November 19, 2024

Pandas Groupby: 5 Methods to Know in Python

In Pandas, groupby() splits all the records from your data set into different categories or groups and offers you flexibility to analyze the data.

Image: Shutterstock / Built In

Related Topics