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/cam/__init__.py
featurebox/cam/cam.py
featurebox/cam/fig.py
featurebox/cam/kernel.py
featurebox/cam/test.py
featurebox/cam/test2.py
featurebox/combination/__init__.py
featurebox/combination/common.py
featurebox/combination/creator.py
featurebox/combination/deapbase.py
featurebox/combination/dictbase.py
featurebox/combination/dim.py
featurebox/combination/dimanalysis.py
featurebox/combination/symbolunit.py
featurebox/data/__init__.py
featurebox/data/array_extract.py
featurebox/data/datasets.py
featurebox/data/element_table.xlsx
featurebox/data/fetcher_pymatgen.py
featurebox/data/fetcher_vasp.py
featurebox/data/impot_element_table.py
featurebox/data/namespilt.py
featurebox/ego/__init__.py
featurebox/ego/ego.py
featurebox/ego/multiplyego.py
featurebox/featurizers/__init__.py
featurebox/featurizers/base.py
featurebox/featurizers/compositionfeaturizer.py
featurebox/featurizers/extrastats.py
featurebox/featurizers/neighbor.py
featurebox/featurizers/polyfeature.py
featurebox/featurizers/unionfeaturizer.py
featurebox/featurizers/voronoifeature.py
featurebox/selection/__init__.py
featurebox/selection/backforward.py
featurebox/selection/cluster.py
featurebox/selection/corr.py
featurebox/selection/exhaustion.py
featurebox/selection/ga.py
featurebox/selection/mutibase.py
featurebox/selection/quickmethod.py
featurebox/selection/sdw.py
featurebox/selection/sum.py
featurebox/selection/ugs.py
featurebox/symbol/__init__.py
featurebox/symbol/base.py
featurebox/symbol/flow.py
featurebox/symbol/gp.py
featurebox/symbol/preprocess.py
featurebox/symbol/skflow.py
featurebox/symbol/calculation/__init__.py
featurebox/symbol/calculation/coefficient.py
featurebox/symbol/calculation/scores.py
featurebox/symbol/calculation/translate.py
featurebox/symbol/functions/__init__.py
featurebox/symbol/functions/dimfunc.py
featurebox/symbol/functions/gsymfunc.py
featurebox/symbol/functions/newfunc.py
featurebox/symbol/functions/npfunc.py
featurebox/symbol/functions/symfunc.py
featurebox/symbol/probability/__init__.py
featurebox/symbol/probability/preference.py
featurebox/tools/__init__.py
featurebox/tools/exports.py
featurebox/tools/imports.py
featurebox/tools/newclass.py
featurebox/tools/packbox.py
featurebox/tools/show.py
featurebox/tools/tool.py
test/test_dim.py
test/test_function.py
test/test_preference.py
test/test_score.py
test/test_simp.py
test/test_symbol_base.py
test/test_symbol_gp.py
test/test_translate.py