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

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

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