sklearn-genetic
Feature selector
A genetic feature selection tool for machine learning models
Genetic feature selection module for scikit-learn
323 stars
12 watching
77 forks
Language: Python
last commit: 11 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
lacava/few | Automates feature engineering by using genetic programming to select the most useful features for machine learning models. | 51 |
rodrigo-arenas/sklearn-genetic-opt | Automated hyperparameter tuning and feature selection using evolutionary algorithms. | 315 |
jundongl/scikit-feature | A collection of algorithms for selecting the most relevant features from a dataset | 1,509 |
scikit-learn-contrib/boruta_py | An implementation of a feature selection method to identify all relevant features for prediction | 1,524 |
jaswinder9051998/zoofs | A Python library that performs feature selection using various nature-inspired optimization algorithms. | 244 |
epistasislab/scikit-rebate | An implementation of Relief-based feature selection algorithms for Machine Learning. | 409 |
chasedehan/boostaroota | An algorithm for fast feature selection using XGBoost and other tree-based classifiers | 219 |
gmonce/scikit-learn-book | Source code and data for a machine learning book with Python tutorials | 393 |
feature-engine/feature_engine | A Python library with multiple transformers to engineer and select features for use in machine learning models. | 1,945 |
hyperopt/hyperopt-sklearn | Automates search for optimal parameters in machine learning algorithms. | 1,590 |
djsutherland/skl-groups | A Python library that enables machine learning on sets of features | 41 |
aqibsaeed/genetic-cnn | A tool for exploring and optimizing the architecture of Convolutional Neural Networks using a Genetic Algorithm | 218 |
amazaspshumik/sklearn-bayes | A collection of Python packages implementing Bayesian machine learning algorithms with scikit-learn API | 514 |
tomcraven/goga | A Golang library implementing a genetic algorithm with configurable simulator, selector, and mating components. | 220 |
trevorstephens/gplearn | A Python library for solving symbolic regression problems using genetic programming | 1,626 |