Currently accepting new data projects

I have 2–3 spots available for companies who have data challenges they need solved.

Articles about machine learning

Removing Stop Words Using Python

Published on

Working with text data for analysis or machine learning? You probably will need to remove stop words. Learn how in this article!

Evaluating Classification Models Using Accuracy, Precision, Recall, and More

Published on

Assessing your classification model’s performance is a critical step. This article explores the key classification metrics such as accuracy, precision, recall, f1 score, and specificity.