LICENSE
README.md
pyproject.toml
fastprop/__init__.py
fastprop/defaults.py
fastprop/fastprop_core.py
fastprop/hopt.py
fastprop/predict.py
fastprop/preprocessing.py
fastprop/shap.py
fastprop/train.py
fastprop.egg-info/PKG-INFO
fastprop.egg-info/SOURCES.txt
fastprop.egg-info/dependency_links.txt
fastprop.egg-info/entry_points.txt
fastprop.egg-info/requires.txt
fastprop.egg-info/top_level.txt
fastprop/cli/fastprop_cli.py
fastprop/utils/__init__.py
fastprop/utils/calculate_descriptors.py
fastprop/utils/descriptor_lists.py
fastprop/utils/linear_baseline.py
fastprop/utils/load_data.py
fastprop/utils/select_descriptors.py
fastprop/utils/validate_config.py
test/test_fastprop.py