Data Science Articles

Sorted By: Most Recent
Ivo Bernardo Ivo Bernardo
Updated on August 08, 2023

A Guide to Using ggmap in R

ggmap is an R package that allows users to retrieve and visualize spatial data from Google Maps, Stamen Maps, OpenStreetMap or other similar map services.

Image: Shutterstock / Built In
Xichu Zhang Xichu Zhang
Updated on August 05, 2023

Symmetric Matrix Properties and Applications: A Guide

A symmetric matrix is one that is equal to its transpose. Here’s how to identify one and how it can be applied.  

Image: Shutterstock / Built In
Marco Peixeiro Marco Peixeiro
Updated on August 01, 2023

The Complete Guide to Time Series Models

A time series model is a set of data points ordered in time, and it’s used in forecasting the future. Here’s everything you need to know.  

Image: Shutterstock / Built In
Rex Ahlstrom Rex Ahlstrom
Updated on August 01, 2023

Data Mesh vs. Data Fabric: Which Is Right for Your Organization?

As your company looks for a data management strategy, you may consider a data mesh or a data fabric architecture. Our expert explains the differences and how to decide which fits your needs.

Image: Shutterstock / Built In
Adesh Gautam Adesh Gautam
Updated on July 31, 2023

SARSA Reinforcement Learning Algorithm: A Guide

State-action-reward-state-action (SARSA) is an on-policy reinforcement learning algorithm used to teach a new Markov decision process policy. Learn how it works and how to code it.

Image: Shutterstock / Built In
Hrishav Tandukar Hrishav Tandukar
Updated on July 31, 2023

What Is WSGI (Web Server Gateway Interface)?

WSGI is a mediator that communicates between web servers and Python web applications. It plays a vital role when you deploy your Django or Flask application.

Image: Shutterstock / Built In
Will Koehrsen Will Koehrsen
Updated on July 28, 2023

The Poisson Process and Poisson Distribution, Explained

Here’s a straightforward walk-through of the Poisson process and Poisson distribution.

Image: Shutterstock / Built In
Abdishakur Hassan Abdishakur Hassan
Updated on July 26, 2023

4 Ways to Automate Exploratory Data Analysis (EDA) in Python

Next time, use one line of code to automate your EDA. Here’s how.

Image: Shutterstock
Rory Spanton Rory Spanton
Updated on July 21, 2023

How to Solve FizzBuzz in R

The FizzBuzz problem is a task often given in coding interviews. Impress your interviewers and improve your code with these five solutions.

Image: Shutterstock / Built In
Ellen Glover Ellen Glover
Updated on July 20, 2023

What Is Synthetic Data?

Synthetic data allows people to digitally generate the exact data they need, on demand.

Image: Shutterstock / Built In

Related Topics