AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.md
deploy_docs.sh
requirements.txt
setup.cfg
setup.py
tox.ini
ci/bootstrap.py
docs/app.yaml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/doc.zip
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/dodoml.rst
docs/reference/index.rst
examples/googleapi.ipynb
examples/pipeline.html
examples/pipeline.ipynb
examples/data/titanic.csv
src/smileml/__init__.py
src/smileml/ace.py
src/smileml/ace.r
src/smileml/impact.py
src/smileml/lime.py
src/smileml/metrics.py
src/smileml/pipeline.py
src/smileml/pipelinebase.py
src/smileml/stacking.py
src/smileml/utils.py
src/smileml.egg-info/PKG-INFO
src/smileml.egg-info/SOURCES.txt
src/smileml.egg-info/dependency_links.txt
src/smileml.egg-info/not-zip-safe
src/smileml.egg-info/top_level.txt
src/smileml/feature_extraction/__init__.py
src/smileml/feature_extraction/preprocessing.py
src/smileml/feature_extraction/target_encode.py
src/smileml/misc/__init__.py
src/smileml/misc/googleapi.py
src/smileml/ml/__init__.py
src/smileml/ml/hyperband.py
src/smileml/ml/lightgbm.py
src/smileml/ml/preprocessing.py
src/smileml/ml/random_layer.py
src/smileml/ml/randombits.py
src/smileml/ml/xgboost.py
tests/test_algos.py
tests/test_smileml.py
tests/data/titanic.csv