JingweiToo/Whale-Optimization-Algorithm-for-Feature-Selection
Application of Whale Optimization Algorithm (WOA) in the feature selection tasks.
This tool helps data scientists and machine learning practitioners streamline the process of selecting the most relevant features from a dataset. It takes your raw feature data and corresponding labels as input, applying a Whale Optimization Algorithm to identify the most impactful features. The output is a reduced set of features, along with their original indices, that are best suited for building predictive models.
No commits in the last 6 months.
Use this if you are working with high-dimensional datasets and want to improve model performance and reduce training time by intelligently selecting key features.
Not ideal if your dataset already has a very small number of features, or if you prefer manual, domain-expert-driven feature engineering.
Stars
28
Forks
6
Language
MATLAB
License
BSD-3-Clause
Category
Last pushed
Jul 30, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/JingweiToo/Whale-Optimization-Algorithm-for-Feature-Selection"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
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.