Data Science Articles

Sorted By: Most Recent
Giorgos Myrianthous Giorgos Myrianthous
Updated on February 26, 2025

LightGBM: A Guide

Light gradient-boosting machine (LightGBM) is an open-source machine learning framework that specializes in handling large data sets and high-dimensional data. Learn more. 

Image: Shutterstock / Built In
Gordon Gottsegen Gordon Gottsegen
Updated on February 25, 2025

22 Data Science Companies You Should Know

These data science companies are helping businesses glean insights from massive amounts of data faster than ever before.

Image: Shutterstock
Alex Zelinsky Alex Zelinsky
Updated on February 24, 2025

Full vs. Complete Binary Tree: What’s the Difference?

A full tree is a tree where every node has either zero or two children. This means that all of the nodes in the tree are either leaf nodes or internal nodes.

Image: Shutterstock / Built In
Thulasi Rangan Jayakumar Thulasi Rangan Jayakumar
Updated on February 19, 2025

What Is Anomaly Detection?

Anomaly detection involves finding deviations from expected patterns in order to proactively safeguard systems. Our expert explains how it works.

Image: Shutterstock / Built In
Dario Radečić Dario Radečić
Updated on February 18, 2025

3 Ways to Convert a NumPy Array to Pandas DataFrame

A NumPy array can be converted to a Pandas DataFrame through a variety of methods, including passing a NumPy array to pd.DataFrame and using the from_records() method. Learn more.

Image: Shutterstock / Built In
Dario Radečić Dario Radečić
Updated on February 18, 2025

6 Ways to Convert a List to Pandas DataFrame

Python list can be converted to Pandas DataFrame through a variety of methods, including zip(), using from_records and with index and column names. Here’s how.

Image: Shutterstock / Built In
Mamdouh Refaat Mamdouh Refaat
Updated on February 12, 2025

What Is Overfitting?

Overfitting is when a machine learning model performs well with its training data but performs poorly with new data. Here’s an in-depth review of what can lead to overfitting, how it differs from underfitting and methods for detecting and avoiding it.

Image: Shutterstock / Built In
Sara A. Metwalli Sara A. Metwalli
Updated on February 10, 2025

Pseudocode: What It Is and How to Write It

Pseudocode describes the distinct steps of an algorithm in a way that anyone with basic programming skills can understand. Here’s how to write your own.

Image: Shutterstock / Built In
Ellen Glover Ellen Glover
Updated on February 06, 2025

What Are Robot Bees?

Robotic bees mimic the work of actual bees, aiding in pollination and monitoring hive health. Take a closer look at how they’re being used, examples of robotic bee projects and the main advantages and disadvantages of this technology.

Image: Shutterstock
Juan D. Ramirez Juan D. Ramirez
Updated on February 04, 2025

What DeepSeek Means for the Future of AI

The superfast, superefficient Chinese model marks a paradigm shift in AI development.

Image: Poetra.RH / Shutterstock / Built In

Related Topics