Data + Analytics Articles

Sorted By: Most Recent
Jenny Lyons-Cunha Jenny Lyons-Cunha
Updated on December 18, 2024

What Is Datafication?

From fitness trackers to music streaming apps, datafication converts users’ actions into valuable insights that help organizations optimize their operations, make predictions and provide more personalized experiences.

Image: Shutterstock
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
Giorgos Myrianthous Giorgos Myrianthous
Updated on December 11, 2024

LightGBM: A Guide

Light gradient-boosting machine (LightGBM) is an open-source machine learning framework that specializes in handling large data sets and high-dimensional data. Learn more. 

Image: Shutterstock / Built In
Chris Berg Chris Berg
Updated on December 11, 2024

How SMBs Can Use Proprietary Software to Gain a Competitive Edge

Our expert explores how building his own software for his company changed everything — and why you should, too.

Image: Shutterstock / Built In
Richmond Alake Richmond Alake
Updated on December 06, 2024

Bubble Sort Time Complexity and Algorithm Explained

Bubble sort is a sorting algorithm that uses comparison methods to sort an array. It has an average time complexity of O(n^2). Here’s what you need to know.

Image: Shutterstock / Built In
Tomas Sirio Tomas Sirio
Updated on December 05, 2024

How to Write Hello World! in ASM

Assembler (ASM) is a program that converts code into machine language. Learn how to use ASM to write Hello World! in x86_64. 

Image: Shutterstock / Built In
Jonathan Birch Jonathan Birch
Updated on November 26, 2024

Testing for Sentience in AI: The Gaming Problem

If AI could achieve sentience, how would we truly know?

Image: Shutterstock / Built In
Suraj Gurav Suraj Gurav
Updated on November 19, 2024

Pandas Groupby: 5 Methods to Know in Python

In Pandas, groupby() splits all the records from your data set into different categories or groups and offers you flexibility to analyze the data.

Image: Shutterstock / Built In
Thulasi Rangan Jayakumar Thulasi Rangan Jayakumar
Updated on November 19, 2024

Understanding Multicollinearity in Regression

Multicollinearity is a common data analysis and statistics issue that can impact the accuracy and reliability of regression model results. Here’s how to address it.

Image: Shutterstock / Built In