Data Science Articles

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

How to Fix AttributeError: ‘DataFrame’ Object Has No Attribute ‘Append’

AttributeError: ‘DataFrame’ object has no attribute ‘append’ is an error that occurs when the append() method is used in Pandas versions 2.0 and beyond. Learn how to resolve it.

Image: Shutterstock / Built In
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
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
Akshay Kumar Akshay Kumar
Updated on February 04, 2025

Guide to the JavaScript Reduce() Method

The JavaScript reduce() method is a higher order function that reduces arrays to a single value. Here’s what to know and how to use it.

Image: Shutterstock / Built In

Related Topics