.coveragerc
.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
.pylintrc
.travis.yml
AUTHORS.md
CHANGELOG.md
LICENSE.txt
Pipfile
Pipfile.lock
README.md
setup.cfg
setup.py
.vscode/settings.json
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.md
docs/license.rst
docs/tutorial.md
docs/_static/.gitignore
examples/bbc-classification.ipynb
src/ex4ml/__init__.py
src/ex4ml/viz.py
src/ex4ml.egg-info/PKG-INFO
src/ex4ml.egg-info/SOURCES.txt
src/ex4ml.egg-info/dependency_links.txt
src/ex4ml.egg-info/entry_points.txt
src/ex4ml.egg-info/not-zip-safe
src/ex4ml.egg-info/requires.txt
src/ex4ml.egg-info/top_level.txt
src/ex4ml/datasets/helpers.py
src/ex4ml/datasets/nlp/bbc.py
src/ex4ml/ml/ml.py
src/ex4ml/objects/__init__.py
src/ex4ml/objects/dataobject.py
tests/conftest.py
tests/travis_install.sh
tests/datasets/test_helpers.py
tests/datasets/nlp/test_bbc.py
tests/main/test_viz.py
tests/main/objects/test_dataobject.py
tests/ml/test_ml.py