solegalli/feature-engineering-for-machine-learning
Code repository for the online course Feature Engineering for Machine Learning
This project helps data scientists and machine learning practitioners prepare raw datasets for building predictive models. It provides code examples to clean, transform, and create new variables from various data types like numbers, text, and dates. You'll input messy or incomplete datasets and learn techniques to output clean, well-structured features ready for machine learning algorithms.
409 stars. No commits in the last 6 months.
Use this if you need practical examples and guidance to preprocess diverse datasets and engineer effective features for your machine learning models.
Not ideal if you are looking for a fully automated, black-box solution for feature engineering without understanding the underlying techniques.
Stars
409
Forks
436
Language
Jupyter Notebook
License
—
Category
Last pushed
Dec 05, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/solegalli/feature-engineering-for-machine-learning"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
feature-engine/feature_engine
Feature engineering and selection open-source Python library compatible with sklearn.
alteryx/featuretools
An open source python library for automated feature engineering
cod3licious/autofeat
Linear Prediction Model with Automated Feature Engineering and Selection Capabilities
abess-team/abess
Fast Best-Subset Selection Library
rodrigo-arenas/Sklearn-genetic-opt
ML hyperparameters tuning and features selection, using evolutionary algorithms.