Data Science Articles

Sorted By: Most Recent
Aditya Joshi Aditya Joshi
Updated on September 05, 2023

Kubernetes 101: StatefulSet vs Deployment

Two commonly used resources in Kubernetes are Statefulsets and Deployments. Explore the differences between the two and learn which to use for your application.

Image: Shutterstock / Built In
Abdishakur Hassan Abdishakur Hassan
Updated on August 31, 2023

The 7 Best 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
Kushal Vala Kushal Vala
Updated on August 29, 2023

How to Get Started With Regression Trees

Check out this detailed overview of the decision tree algorithm used for regression task setting.

Image: Shutterstock / Built In
Sadrach Pierre Sadrach Pierre
Updated on August 28, 2023

A Guide to Pareto Analysis With Pareto Charts

Pareto analysis, which strives to separate a vital few factors in a problem from an insignificant many, has a wide variety of applications across industries. Our expert shows you how it works.

Image: Shutterstock / Built In
Will Koehrsen Will Koehrsen
Updated on August 25, 2023

Plotting With Plotly in Python: Data Exploration Made Easy

Here’s how to quickly create interactive plots for data exploration with the Plotly Python library.

Image: Shutterstock / Built In
Fahmi Nurfikri Fahmi Nurfikri
Updated on August 22, 2023

How to Build Optical Character Recognition (OCR) in Python

Optical character recognition (OCR) is a tool that can recognize text in images. Here’s how to build an OCR engine in Python.

Image: Shutterstock / Built In
Sadrach Pierre Sadrach Pierre
Updated on August 17, 2023

A Guide to Python Virtual Environments

Python virtual environments help manage software dependencies and ensure code is reproducible. Our expert explains how they work and shows you how to get started with them.

Image: Shutterstock / Built In
Akshay Kumar Akshay Kumar
Updated on August 16, 2023

Top 20 Technical Interview Questions with Example Answers

Technical interviews evaluate a job candidate’s technical knowledge through coding exercises, system design discussions and behavioral questions. Review these questions to prepare.

Image: Shutterstock / Built In
Niklas Donges Niklas Donges
Updated on August 15, 2023

4 Disadvantages of Neural Networks

Deep learning is getting a lot of hype right now, but neural networks aren't the answer to everything.

Image: Shutterstock / Built In
Lynn Kwong Lynn Kwong
Updated on August 10, 2023

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

Related Topics