Explore three expert-level feature engineering techniques for building robust, interpretable machine learning models in high-stakes applications.
Making developers awesome at machine learning
Making developers awesome at machine learning
Explore three expert-level feature engineering techniques for building robust, interpretable machine learning models in high-stakes applications.
10 simple Python one-liners for generating time series features based on different characteristics and properties underlying raw time series data
From messy, raw text to clean, fully structured data features for AI and machine learning models: these simple tricks are all it takes.
7 tricks that are often overlooked but are simple and effective to implement when using Pandas library to manage large datasets more efficiently, from loading to processing and storing data optimally.
This article lists seven decorator tricks that can help you write cleaner code. Some of the examples shown are a perfect fit for using them in data science and data analysis workflows.
In this article, you will learn what cuDF is and how to use it in a pandas-like way to accelerate common data-wrangling tasks on the GPU via a short, hands-on example.
Seven practical NumPy tricks to speed up numerical tasks and reduce computational overhead.
Five interesting and lesser-known Python libraries for visualization, highlighting their characteristics and hinting at the value each one can provide in machine learning storytelling processes.
Leverage these seven Pandas tricks to large datasets to dramatically improve the efficiency of data merging processes.
This article uncovers four different strategies and techniques to prevent the well-known out-of-memory (OOM) problem that may arise when handling very large datasets in constrained memory settings