MANIFEST.in
README.md
setup.cfg
setup.py
src/mlshell/__init__.py
src/mlshell/__version__.py
src/mlshell/conf.py
src/mlshell.egg-info/PKG-INFO
src/mlshell.egg-info/SOURCES.txt
src/mlshell.egg-info/dependency_links.txt
src/mlshell.egg-info/requires.txt
src/mlshell.egg-info/top_level.txt
src/mlshell/blocks/__init__.py
src/mlshell/blocks/decomposition.py
src/mlshell/blocks/decorator.py
src/mlshell/blocks/plot.py
src/mlshell/blocks/preprocessing.py
src/mlshell/blocks/model_selection/__init__.py
src/mlshell/blocks/model_selection/prediction.py
src/mlshell/blocks/model_selection/resolve.py
src/mlshell/blocks/model_selection/search.py
src/mlshell/blocks/model_selection/validation.py
src/mlshell/blocks/pipeline/__init__.py
src/mlshell/blocks/pipeline/steps.py
src/mlshell/producers/__init__.py
src/mlshell/producers/dataset.py
src/mlshell/producers/logger.py
src/mlshell/producers/metric.py
src/mlshell/producers/pipeline.py
src/mlshell/producers/workflow.py