Data Science Articles

Sorted By: Most Recent
Tom Ricks Tom Ricks
Updated on August 29, 2022

Using Data Visualization to Map Out the Return to Office

To remain competitive in this new world of work, businesses must ensure the right data gets to the right decision makers in real-time.

Vikram Gupta Vikram Gupta
Updated on August 26, 2022

How to Undo the Last Commit Using Git Reset Command

What’s the difference between — soft, — mixed, and — hard git reset? Here’s what you need to know.

Will Koehrsen Will Koehrsen
Updated on August 26, 2022

Data Scientists, Your Variable Names Are a Mess. Clean Up Your Code.

Learn how to improve your code quality with clearer variable names.

Ying Wang Ying Wang
Updated on August 26, 2022

A Guide to Resolving Data Divergence in SQL

Data divergence, meaning differences in results generated from old and new versions of data architecture, results from a number of issues in the pipeline. Fortunately, a relatively straightforward method exists for resolving the problem.

Vihar Kurama Vihar Kurama
Updated on August 26, 2022

A Guide to Logistic Regression With Tensorflow 2.0

An in-depth look at logistic regression analysis with TensorFlow 2.0.

Vihar Kurama Vihar Kurama
Updated on August 26, 2022

An Introduction to Segmentation, Correlation and Time Series Modeling

Choosing the right algorithm for modeling data is a crucial part of the work of a data scientist. Here are the basic techniques.

Vihar Kurama Vihar Kurama
Updated on August 26, 2022

Explaining 4 Important Data Processing Terms

In order to build a working data model, you'll need to understand all the basics of data access, blending, cleansing and validation.

Tony Yiu Tony Yiu
Updated on August 26, 2022

How to Prove Causation

When you can’t run an actual experiment, introduce pseudo-randomness.

Tony Yiu Tony Yiu
Updated on August 26, 2022

Predictive Modeling: Should You Turn Your Model Off or Keep the Faith?

You shouldn’t blindly follow every decision it makes. You must combine data with logic and business sense to make the best decisions.

Related Topics