LICENSE.txt
MANIFEST.in
README.md
setup.cfg
setup.py
bionic/__init__.py
bionic/bytecode.py
bionic/cache.py
bionic/dagviz.py
bionic/datatypes.py
bionic/decorators.py
bionic/deriver.py
bionic/exception.py
bionic/extras.py
bionic/flow.py
bionic/interpret.py
bionic/optdep.py
bionic/protocol.py
bionic/protocols.py
bionic/provider.py
bionic/tokenization.py
bionic/util.py
bionic.egg-info/PKG-INFO
bionic.egg-info/SOURCES.txt
bionic.egg-info/dependency_links.txt
bionic.egg-info/not-zip-safe
bionic.egg-info/requires.txt
bionic.egg-info/top_level.txt
example/__init__.py
example/basic_workflow.py
example/hello_world.py
example/intro_workflow.py
example/ml_workflow.py
example/bndata/ml_workflow/artifacts/all_hyperparams_pr_plot/c8f63dbf06f88036805f8e3b2fa4d51b205dc8ed4910fd65acb8039be095937a/descriptor.yaml
example/bndata/ml_workflow/artifacts/all_hyperparams_pr_plot/c8f63dbf06f88036805f8e3b2fa4d51b205dc8ed4910fd65acb8039be095937a/value.png
example/bndata/ml_workflow/artifacts/features_frame/58cd3c6ff899f5be29a55809b624c39ba45f422e30ef1c8268b3a4ac36c6dffa/descriptor.yaml
example/bndata/ml_workflow/artifacts/features_frame/58cd3c6ff899f5be29a55809b624c39ba45f422e30ef1c8268b3a4ac36c6dffa/value.pq
example/bndata/ml_workflow/artifacts/model/6c791a83c78a9fdb927139d0e7aeee09a067788047e16bed6756cae909e6c972/descriptor.yaml
example/bndata/ml_workflow/artifacts/model/6c791a83c78a9fdb927139d0e7aeee09a067788047e16bed6756cae909e6c972/value.pkl
example/bndata/ml_workflow/artifacts/precision_recall_frame/741a3aaa8c3d57195ee9216b0ee80fc07980034cfe460df9889b65ff6f4c0795/descriptor.yaml
example/bndata/ml_workflow/artifacts/precision_recall_frame/741a3aaa8c3d57195ee9216b0ee80fc07980034cfe460df9889b65ff6f4c0795/value.pq
example/bndata/ml_workflow/artifacts/raw_frame/d74bc0dfef2afaf318360f3989e9eddc71f42ca3c443eefe8c5c0b7d36160255/descriptor.yaml
example/bndata/ml_workflow/artifacts/raw_frame/d74bc0dfef2afaf318360f3989e9eddc71f42ca3c443eefe8c5c0b7d36160255/value.pq
example/bndata/ml_workflow/artifacts/test_frame/c0e5fc4a7631d86cf70b7cad167dc1d781cb7424e54dc13c8dfc3122a58a7872/descriptor.yaml
example/bndata/ml_workflow/artifacts/test_frame/c0e5fc4a7631d86cf70b7cad167dc1d781cb7424e54dc13c8dfc3122a58a7872/value.pq
example/bndata/ml_workflow/artifacts/train_frame/c0e5fc4a7631d86cf70b7cad167dc1d781cb7424e54dc13c8dfc3122a58a7872/descriptor.yaml
example/bndata/ml_workflow/artifacts/train_frame/c0e5fc4a7631d86cf70b7cad167dc1d781cb7424e54dc13c8dfc3122a58a7872/value.pq
tests/__init__.py
tests/conftest.py
tests/helpers.py
tests/test_optdep.py
tests/test_tokenize.py
tests/test_util.py
tests/test_flow/__init__.py
tests/test_flow/test_api.py
tests/test_flow/test_export.py
tests/test_flow/test_gather.py
tests/test_flow/test_interactions.py
tests/test_flow/test_join.py
tests/test_flow/test_merge.py
tests/test_flow/test_outputs.py
tests/test_flow/test_persistence.py
tests/test_flow/test_persistence_fuzz.py
tests/test_flow/test_persistence_gcs.py
tests/test_flow/test_plotting.py
tests/test_flow/test_protocols.py