README.md
setup.cfg
setup.py
dbispipeline/__init__.py
dbispipeline/__main__.py
dbispipeline/base.py
dbispipeline/core.py
dbispipeline/db.py
dbispipeline/evaluators.py
dbispipeline/output_handlers.py
dbispipeline/result_handlers.py
dbispipeline/utils.py
dbispipeline.egg-info/PKG-INFO
dbispipeline.egg-info/SOURCES.txt
dbispipeline.egg-info/dependency_links.txt
dbispipeline.egg-info/requires.txt
dbispipeline.egg-info/top_level.txt
dbispipeline/dataloaders/__init__.py
dbispipeline/dataloaders/csv.py
dbispipeline/dataloaders/json_playlist_loader.py
dbispipeline/pipeline/__init__.py
dbispipeline/pipeline/basic.py
dbispipeline/pipeline/filename.py
dbispipeline/pipeline/strings.py
dbispipeline/pipeline/transformer_picker.py
tests/__init__.py
tests/test_core.py
tests/test_utils.py
tests/config/__init__.py
tests/config/invalid_dataloader_1.py
tests/config/invalid_dataloader_2.py
tests/config/invalid_evaluator_1.py
tests/config/invalid_evaluator_2.py
tests/config/invalid_output_handler_1.py
tests/config/invalid_output_handler_2.py
tests/config/invalid_pipeline.py
tests/config/valid_config.py
tests/config/valid_config_handler.py
tests/config/valid_config_multiloader.py
tests/dataloaders/__init__.py
tests/dataloaders/dummy_loader.py
tests/dataloaders/dummy_loader_multi.py
tests/dataloaders/test_csv.py
tests/dataloaders/test_dummy_loader.py
tests/dataloaders/test_multiloader_generator.py
tests/evaluators/__init__.py
tests/evaluators/dummy_evaluator.py
tests/evaluators/dummy_models.py
tests/evaluators/test_fixed_split_evaluators.py
tests/output_handlers/__init__.py
tests/pipeline/__init__.py
tests/pipeline/test_basic.py
tests/pipeline/test_filename.py
tests/pipeline/test_strings.py
tests/pipeline/test_transformer_picker.py
tests/result_handlers/__init__.py
tests/result_handlers/dummy_result_handlers.py