Skip to content Skip to sidebar Skip to footer

Encoding Categorical Variables: A Deep Dive into Target Encoding | by Juan Jose Munoz | Feb, 2024

Data comes in different shapes and forms. One of those shapes and forms is known as categorical data. This poses a problem because most Machine Learning algorithms use only numerical data as input. However, categorical data is usually not a challenge to deal with, thanks to simple, well-defined functions that transform them into numerical values.…

Read More

Cropping Landsat Scenes from their Bounding Box using Python | by Conor O’Sullivan | Feb, 2024

Removing the outer border of Landsat satellite images using the stac file (source: author)Telling stories with satellite images is straightforward. The mesmerising landscapes do most of the work. Yet, visualising them takes some work such as selecting and scaling the RGB channels. In this article, we will go further. We will see how we can…

Read More

Python’s Most Powerful Decorator. And 5 ways to use it in data science… | by Siavash Yasini | Feb, 2024

Image generated by MidjourneyAnd 5 ways to use it in data science and machine learning @property is my favorite decorator in Python. I have been using Python for many years now, and with each passing year, my expertise and comfort level with the language gradually grows. Among all the techniques and tricks that I’ve learned…

Read More

RAG Efficiency, Self-Learning Tips, the Business of AI, and Other January Must-Reads | by TDS Editors | Feb, 2024

By now we may have moved on from “Happy new year!” territory, but January’s jolt of energy and activity is still very much with us. We see it in the posts that have drawn the most readers and generated the liveliest conversations in recent weeks: they tend to focus on teaching oneself new skills, seeking…

Read More

Deep Learning Illustrated, Part 1: How Does A Neural Network Work? | by Shreya Rao | Jan, 2024

An illustrated and intuitive guide to Neural Networks If you have read my previous articles, you’ll know what’s coming next. In this part of the internet, we take complex-sounding concepts and make them fun and nbd by illustrating them. And if you haven’t read my previous articles, I highly recommend you start with my series…

Read More