LICENSE.txt
README.md
pyproject.toml
src/featuristic/__init__.py
src/featuristic/version.py
src/featuristic.egg-info/PKG-INFO
src/featuristic.egg-info/SOURCES.txt
src/featuristic.egg-info/dependency_links.txt
src/featuristic.egg-info/requires.txt
src/featuristic.egg-info/top_level.txt
src/featuristic/datasets/__init__.py
src/featuristic/datasets/fetch.py
src/featuristic/selection/__init__.py
src/featuristic/selection/genetic_feature_selection.py
src/featuristic/selection/population.py
src/featuristic/synthesis/__init__.py
src/featuristic/synthesis/fitness.py
src/featuristic/synthesis/genetic_feature_synthesis.py
src/featuristic/synthesis/mrmr.py
src/featuristic/synthesis/population.py
src/featuristic/synthesis/preprocess.py
src/featuristic/synthesis/program.py
src/featuristic/synthesis/symbolic_functions.py