Data Science Articles

Sorted By: Most Recent
Srishti Saha Srishti Saha
Updated on December 18, 2024

Covariance vs. Correlation: Differences to Know

Covariance indicates the direction of the linear relationship between two variables and how they vary, while correlation measures both the strength and direction of the linear relationship between two variables.

Image: Shutterstock / Built In
Niklas Donges Niklas Donges
Updated on December 18, 2024

Intro to Descriptive Statistics for Machine Learning

What you need to know to get started with descriptive statistical analysis.

Image: Shutterstock / Built In
Bisola Olasehinde Bisola Olasehinde
Updated on December 18, 2024

How to Insert a Python Variable in a String

There are four common methods that will allow you to add Python variables in a string, including: the comma, the modulus operator, string format and f-strings. Here’s how they work.

Image: Shutterstock / Built In
James Le James Le
Updated on December 17, 2024

The Top 10 Machine Learning Algorithms to Know

A machine learning algorithm is a set of instructions that machines follow to complete tasks, particularly those involving identifying patterns and making predictions. These are the top machine learning algorithms beginners should know.

Image: Shutterstock / Built In
Akshay Kumar Akshay Kumar
Updated on December 17, 2024

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
Cornellius Yudha Wijaya Cornellius Yudha Wijaya
Updated on December 17, 2024

How to Convert Jupyter Notebook to PDF

Converting your Jupyter Notebook to PDF is a useful way to share your processed data set. Here’s how to do it in three simple steps.

Image: Shutterstock / Built In
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
Sparsh Gupta Sparsh Gupta
Updated on December 13, 2024

7 Common Loss Functions in Machine Learning

Every machine learning engineer should know about these common loss functions and when to use them.

Image: Shutterstock / Built In
Dario Radečić Dario Radečić
Updated on December 12, 2024

3 Ways to Add Rows to a Pandas DataFrame

Pandas offers three methods to add a row to a DataFrame, including the append() method, loc[] indexer and the concat() method. Here’s how to do each one.  

Image: Shutterstock / Built In

Related Topics