Data Science Articles

Sorted By: Most Recent
Shesh Narayan Gupta Shesh Narayan Gupta
Updated on March 11, 2025

How to Set Up and Optimize DeepSeek Locally

Our expert explains everything you need to know about installing DeepSeek locally on both Mac and PC. Learn more.

Image: Shutterstock / Built In
Carla Martins Carla Martins
Updated on March 10, 2025

Gaussian Naive Bayes Explained With Scikit-Learn

Gaussian Naive Bayes is a classification technique used in machine learning based on the probabilistic approach and Gaussian distribution. Here’s a deep dive on how to use it in Scikit-Learn.

Image: Shutterstock / Built In
KSV Muralidhar KSV Muralidhar
Updated on March 05, 2025

R-Squared and Adjusted R-Squared: Explained

Adjusted R-squared is a modified version of R-squared that adjusts for predictors that do not contribute to predictive accuracy in a regression model. It can be a reliable measure of goodness of fit for multiple regression problems.

Image: Shutterstock / Built In
Lynn Kwong Lynn Kwong
Updated on March 03, 2025

Asyncio in Python: A Guide

Asyncio is a Python library that allows us to write concurrent code using the async/await syntax. Learn how to use this library to write asynchronous code.

Image: Shutterstock / Built In
Jenny Lyons-Cunha Jenny Lyons-Cunha
Updated on February 27, 2025

What Is Federated Learning?

Federated learning is a technique for training an AI model across a network of devices without having to share data with a central server. Here’s a closer look at how it works, its types, applications, challenges and benefits.

Image: Shutterstock
Shesh Narayan Gupta Shesh Narayan Gupta
Updated on February 26, 2025

Understanding the RMSprop Optimizer: A Guide

Root mean square propagation (RMSProp) is an adaptive learning rate optimization algorithm designed to improve training and convergence speed in deep learning models.

Image: Shutterstock / Built In
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
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
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

Related Topics