Data Science Articles

Sorted By: Most Recent
Cassie Kozyrkov Cassie Kozyrkov
Updated on December 18, 2024

Statistics: Are You Bayesian or Frequentist?

Is your statistical alignment Bayesian or a Frequentist? It all comes down to random variables. Learn more.

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
Jenny Lyons-Cunha Jenny Lyons-Cunha
Updated on December 18, 2024

5 Types of Data Visualization (With Examples)

From interactive dashboards to intricate diagrams, data visualization comes in all kinds of formats, helping users draw conclusions, identify patterns and make more informed decisions. engaging formats.

Image: Shutterstock
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
K. Jagathish K. Jagathish
Updated on December 16, 2024

How to Find Values in a JavaScript Array

Finding a value in an array is useful for effective data analysis. Learn how to discover what a JavaScript Array contains using indexOf, includes, for loop, some methods and more.  

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

Related Topics