feature-selection
There are 1847 repositories under feature-selection topic.
rorysroes/SGX-Full-OrderBook-Tick-Data-Trading-Strategy
Providing the solutions for high-frequency trading (HFT) strategies using data science approaches (Machine Learning) on Full Orderbook Tick Data.
feature-engine/feature_engine
Feature engineering package with sklearn like functionality
edyoda/data-science-complete-tutorial
For extensive instructor led learning
LastAncientOne/Deep_Learning_Machine_Learning_Stock
Deep Learning and Machine Learning stocks represent promising opportunities for both long-term and short-term investors and traders.
mlr-org/mlr
Machine Learning in R
Yimeng-Zhang/feature-engineering-and-feature-selection
A Guide for Feature Engineering and Feature Selection, with implementations and examples in Python.
NVIDIA-Merlin/NVTabular
NVTabular is a feature engineering and preprocessing library for tabular data designed to quickly and easily manipulate terabyte scale datasets used to train deep learning based recommender systems.
aerdem4/lofo-importance
Leave One Feature Out Importance
alteryx/evalml
EvalML is an AutoML library written in python.
ashishpatel26/Amazing-Feature-Engineering
Feature engineering is the process of using domain knowledge to extract features from raw data via data mining techniques. These features can be used to improve the performance of machine learning algorithms. Feature engineering can be considered as applied machine learning itself.
duxuhao/Feature-Selection
Features selector based on the self selected-algorithm, loss function and validation method
AutoViML/featurewiz
Use advanced feature engineering strategies and select best features from your data set with a single line of code. Created by Ram Seshadri. Collaborators welcome.
smazzanti/mrmr
mRMR (minimum-Redundancy-Maximum-Relevance) for automatic feature selection at scale.
cerlymarco/shap-hypetune
A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.
cod3licious/autofeat
Linear Prediction Model with Automated Feature Engineering and Selection Capabilities
akanz1/klib
Easy to use Python library of customized functions for cleaning and analyzing data.
abess-team/abess
Fast Best-Subset Selection Library
Desbordante/desbordante-core
Desbordante is a high-performance data profiler that is capable of discovering many different patterns in data using various algorithms. It also allows to run data cleaning scenarios using these algorithms. Desbordante has a console version and an easy-to-use web application.
EpistasisLab/scikit-rebate
A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for Machine Learning.
yzkang/My-Data-Competition-Experience
本人多次机器学习与大数据竞赛Top5的经验总结,满满的干货,拿好不谢
kaushalshetty/FeatureSelectionGA
Feature Selection using Genetic Algorithm (DEAP Framework)
anujdutt9/Feature-Selection-for-Machine-Learning
Methods with examples for Feature Selection during Pre-processing in Machine Learning.
adapt-python/adapt
Awesome Domain Adaptation Python Toolbox
rodrigo-arenas/Sklearn-genetic-opt
ML hyperparameters tuning and features selection, using evolutionary algorithms.
upgini/upgini
Data search & enrichment library for Machine Learning → Easily find and add relevant features to your ML & AI pipeline from hundreds of public and premium external data sources, including open & commercial LLMs
solegalli/feature-selection-for-machine-learning
Code repository for the online course Feature Selection for Machine Learning
jalajthanaki/NLPython
This repository contains the code related to Natural Language Processing using python scripting language. All the codes are related to my book entitled "Python Natural Language Processing"
rasgointelligence/feature-engineering-tutorials
Data Science Feature Engineering and Selection Tutorials
JingweiToo/Wrapper-Feature-Selection-Toolbox-Python
This toolbox offers 13 wrapper feature selection methods (PSO, GA, GWO, HHO, BA, WOA, and etc.) with examples. It is simple and easy to implement.
CynthiaKoopman/Network-Intrusion-Detection
Machine Learning with the NSL-KDD dataset for Network Intrusion Detection
jaswinder9051998/zoofs
zoofs is a python library for performing feature selection using a variety of nature-inspired wrapper algorithms. The algorithms range from swarm-intelligence to physics-based to Evolutionary. It's easy to use , flexible and powerful tool to reduce your feature size.
danyalimran93/Music-Emotion-Recognition
A Machine Learning Approach of Emotional Model
microsoft/finnts
Microsoft Finance Time Series Forecasting Framework (FinnTS) is a forecasting package that utilizes cutting-edge time series forecasting and parallelization on the cloud to produce accurate forecasts for financial data.
chasedehan/BoostARoota
A fast xgboost feature selection algorithm
arnaldog12/Machine_Learning
Estudo e implementação dos principais algoritmos de Machine Learning em Jupyter Notebooks.
scikit-learn-contrib/stability-selection
scikit-learn compatible implementation of stability selection.