LICENSE.txt
pyproject.toml
readme.md
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
tests/test_datasets.py
tests/test_fitness.py
tests/test_genetic_feature_selection.py
tests/test_genetic_feature_synthesis.py
tests/test_preprocess.py
tests/test_programs.py
tests/test_symbolic_functions.py