LICENSE
README.md
setup.cfg
setup.py
a2ml/__init__.py
a2ml.egg-info/PKG-INFO
a2ml.egg-info/SOURCES.txt
a2ml.egg-info/dependency_links.txt
a2ml.egg-info/entry_points.txt
a2ml.egg-info/not-zip-safe
a2ml.egg-info/requires.txt
a2ml.egg-info/top_level.txt
a2ml/api/__init__.py
a2ml/api/a2ml.py
a2ml/api/a2ml_credentials.py
a2ml/api/a2ml_dataset.py
a2ml/api/a2ml_experiment.py
a2ml/api/a2ml_model.py
a2ml/api/a2ml_project.py
a2ml/api/base_a2ml.py
a2ml/api/auger/__init__.py
a2ml/api/auger/a2ml.py
a2ml/api/auger/config.py
a2ml/api/auger/credentials.py
a2ml/api/auger/dataset.py
a2ml/api/auger/experiment.py
a2ml/api/auger/model.py
a2ml/api/auger/project.py
a2ml/api/auger/impl/__init__.py
a2ml/api/auger/impl/dataset.py
a2ml/api/auger/impl/decorators.py
a2ml/api/auger/impl/exceptions.py
a2ml/api/auger/impl/experiment.py
a2ml/api/auger/impl/model.py
a2ml/api/auger/impl/project.py
a2ml/api/auger/impl/cloud/__init__.py
a2ml/api/auger/impl/cloud/actual.py
a2ml/api/auger/impl/cloud/auth.py
a2ml/api/auger/impl/cloud/base.py
a2ml/api/auger/impl/cloud/cluster.py
a2ml/api/auger/impl/cloud/cluster_task.py
a2ml/api/auger/impl/cloud/dataset.py
a2ml/api/auger/impl/cloud/endpoint.py
a2ml/api/auger/impl/cloud/endpoint_pipeline.py
a2ml/api/auger/impl/cloud/experiment.py
a2ml/api/auger/impl/cloud/experiment_session.py
a2ml/api/auger/impl/cloud/org.py
a2ml/api/auger/impl/cloud/pipeline.py
a2ml/api/auger/impl/cloud/pipeline_file.py
a2ml/api/auger/impl/cloud/prediction.py
a2ml/api/auger/impl/cloud/project.py
a2ml/api/auger/impl/cloud/project_file.py
a2ml/api/auger/impl/cloud/rest_api.py
a2ml/api/auger/impl/cloud/review_alert.py
a2ml/api/auger/impl/cloud/review_alert_item.py
a2ml/api/auger/impl/cloud/trial.py
a2ml/api/auger/impl/mparts/__init__.py
a2ml/api/auger/impl/mparts/actual.py
a2ml/api/auger/impl/mparts/delete_actual.py
a2ml/api/auger/impl/mparts/deploy.py
a2ml/api/auger/impl/mparts/predict.py
a2ml/api/auger/impl/mparts/undeploy.py
a2ml/api/azure/__init__.py
a2ml/api/azure/a2ml.py
a2ml/api/azure/credentials.py
a2ml/api/azure/dataset.py
a2ml/api/azure/exceptions.py
a2ml/api/azure/experiment.py
a2ml/api/azure/model.py
a2ml/api/azure/project.py
a2ml/api/google/__init__.py
a2ml/api/google/a2ml.py
a2ml/api/model_review/__init__.py
a2ml/api/model_review/model_helper.py
a2ml/api/model_review/model_review.py
a2ml/api/model_review/probabilistic_counter.py
a2ml/api/model_review/scores/__init__.py
a2ml/api/model_review/scores/classification.py
a2ml/api/model_review/scores/regression.py
a2ml/api/roi/__init__.py
a2ml/api/roi/base_interpreter.py
a2ml/api/roi/calculator.py
a2ml/api/roi/interpreter.py
a2ml/api/roi/lexer.py
a2ml/api/roi/parser.py
a2ml/api/roi/validator.py
a2ml/api/roi/var_names_fetcher.py
a2ml/api/stats/__init__.py
a2ml/api/stats/feature_divergence.py
a2ml/api/utils/__init__.py
a2ml/api/utils/base_credentials.py
a2ml/api/utils/config.py
a2ml/api/utils/config_yaml.py
a2ml/api/utils/context.py
a2ml/api/utils/crud_runner.py
a2ml/api/utils/dataframe.py
a2ml/api/utils/decorators.py
a2ml/api/utils/file_uploader.py
a2ml/api/utils/formatter.py
a2ml/api/utils/fsclient.py
a2ml/api/utils/json_utils.py
a2ml/api/utils/local_fsclient.py
a2ml/api/utils/provider_runner.py
a2ml/api/utils/remote_runner.py
a2ml/api/utils/s3_fsclient.py
a2ml/api/utils/show_result.py
a2ml/cmdl/__init__.py
a2ml/cmdl/cmdl.py
a2ml/cmdl/commands/__init__.py
a2ml/cmdl/commands/cmd_auth.py
a2ml/cmdl/commands/cmd_dataset.py
a2ml/cmdl/commands/cmd_deploy.py
a2ml/cmdl/commands/cmd_evaluate.py
a2ml/cmdl/commands/cmd_experiment.py
a2ml/cmdl/commands/cmd_import.py
a2ml/cmdl/commands/cmd_model.py
a2ml/cmdl/commands/cmd_new.py
a2ml/cmdl/commands/cmd_predict.py
a2ml/cmdl/commands/cmd_project.py
a2ml/cmdl/commands/cmd_server.py
a2ml/cmdl/commands/cmd_train.py
a2ml/cmdl/commands/cmd_worker.py
a2ml/cmdl/template/__init__.py
a2ml/cmdl/utils/__init__.py
a2ml/cmdl/utils/template.py
a2ml/cmdl/utils/test_task.py
a2ml/server/__init__.py
a2ml/server/config.py
a2ml/server/notification.py
a2ml/server/server.py
a2ml/tasks_queue/__init__.py
a2ml/tasks_queue/celery_app.py
a2ml/tasks_queue/config.py
a2ml/tasks_queue/tasks_api.py
a2ml/tasks_queue/tasks_hub_api.py
tests/__init__.py
tests/_test_azure_a2ml.py
tests/_test_azure_auth_cmdl.py
tests/_test_google_a2ml.py
tests/_test_local.py
tests/conftest.py
tests/test_auger_auth_cmdl.py
tests/test_cmdl.py
tests/test_facade.py
tests/test_new_cmdl.py
tests/vcr_helper.py
tests/auger/__init__.py
tests/auger/conftest.py
tests/auger/test_configs.py
tests/auger/test_dataset.py
tests/auger/test_experiment.py
tests/auger/test_model.py
tests/auger/test_project.py
tests/auger/utils.py
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/test_auger.py
tests/integration/test_project.py