LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
featurebox/__init__.py
featurebox.egg-info/PKG-INFO
featurebox.egg-info/SOURCES.txt
featurebox.egg-info/dependency_links.txt
featurebox.egg-info/requires.txt
featurebox.egg-info/top_level.txt
featurebox/data/__init__.py
featurebox/data/check_data.py
featurebox/data/elemental_MEGNet.json
featurebox/data/ie.json
featurebox/data/mp_access.py
featurebox/data/namespilt.py
featurebox/data/oe.csv
featurebox/featurizers/__init__.py
featurebox/featurizers/base_graph.py
featurebox/featurizers/base_transform.py
featurebox/featurizers/batchfeature.py
featurebox/featurizers/bond.py
featurebox/featurizers/extrastats.py
featurebox/featurizers/generator.py
featurebox/featurizers/local_env.py
featurebox/featurizers/mapper.py
featurebox/featurizers/statistics.py
featurebox/featurizers/union.py
featurebox/featurizers/old/__init__.py
featurebox/featurizers/old/compositionfeaturizer.py
featurebox/featurizers/old/extrastats.py
featurebox/featurizers/old/neighborfeaturizer.py
featurebox/featurizers/old/polyfeaturizer.py
featurebox/featurizers/old/unionfeaturizer.py
featurebox/featurizers/old/voronoifeature.py
featurebox/selection/__init__.py
featurebox/selection/backforward.py
featurebox/selection/corr.py
featurebox/selection/exhaustion.py
featurebox/selection/ga.py
featurebox/selection/mutibase.py
featurebox/utils/__init__.py
featurebox/utils/quickmethod.py
featurebox/utils/typing.py
test/test_BaseFeature.py
test/test_batchmap.py
test/test_generator.py
test/test_graph.py
test/test_graph_base.py
test/test_mapper.py
test/test_serialize.py
test/test_statistics.py
test/test_structuremap.py