Metadata-Version: 2.1
Name: genetic-feature-selection
Version: 0.1.4
Summary: Program for selecting the n best features for your machine learning model.
Author: Magnus P. Nytun
Author-email: magnus.nytun@sb1ostlandet.no
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scikit-learn

This package implements a genetic algorithm used for feature search. 
