Close up of code on a laptop screen

Exploratory data analysis with Danfo.js and JavaScript

Analysis JavaScript

Learn how I built a lightweight web-based EDA tool using Danfo.js - a powerful JavaScript library for data manipulation and analysis. We will explore the key Danfo.js functions I used to achieve this.

September 15, 2024 14 minute read
A screen with the eBay site open

How to sort your eBay sold items by price with DevTools

JavaScript

Learn how to quickly sort your sold items on eBay to find your top selling items over the past year or last 200 items. This has been a super useful hack to hone in on the most profitable or highest revenue products.

September 14, 2024 6 minute read
Correlation heatmap

How to create an interactive correlation heatmap using Danfo.js and Plotly

JavaScript

Discover how to use Danfo.js and Plotly.js to calculate and display Pearson correlation values for a CSV dataset. This helps us to discover and display important predictor variables prior to machine learning.

September 10, 2023 8 minute read
Decision tree plot

Understanding Explainable AI (XAI) for classification, regression and clustering with Python

Analysis Python JavaScript

We will explore the concepts of XAI in the context of classification, regression, and clustering models, and understand how these techniques can enhance the interpretability and trustworthiness of AI and ML systems.

July 8, 2023 25 minute read
Searching a dictionary laid on a map

How to match and count keywords in text using JavaScript

JavaScript

Keywords play a crucial role in analyzing and extracting information from text data. Whether you're building a search functionality or conducting text analysis, being able to match and count keywords in JavaScript can be a valuable skill.

July 4, 2023 4 minute read
First
Previous