.pre-commit-config.yaml
CHANGELOG.md
LICENCE
MANIFEST.in
README.md
build-docs.sh
docs.py
index.md
mkdocs.yml
project_root.py
requirements.txt
setup.py
assets/favicon.png
assets/image.png
assets/superwise.png
superwise/__init__.py
superwise/config.py
superwise/requirements.txt
superwise.egg-info/PKG-INFO
superwise.egg-info/SOURCES.txt
superwise.egg-info/dependency_links.txt
superwise.egg-info/not-zip-safe
superwise.egg-info/requires.txt
superwise.egg-info/top_level.txt
superwise/controller/__init__.py
superwise/controller/base.py
superwise/controller/dataentity.py
superwise/controller/dataset.py
superwise/controller/infer.py
superwise/controller/model.py
superwise/controller/notification.py
superwise/controller/policy.py
superwise/controller/project.py
superwise/controller/role.py
superwise/controller/segment.py
superwise/controller/summary.py
superwise/controller/transaction.py
superwise/controller/version.py
superwise/controller/summary/__init__.py
superwise/controller/summary/boolean_summary_generator.py
superwise/controller/summary/categorical_summary_generator.py
superwise/controller/summary/entities_validator.py
superwise/controller/summary/entity_summary_generator.py
superwise/controller/summary/feature_importance.py
superwise/controller/summary/numeric_summary_generator.py
superwise/controller/summary/summary.py
superwise/controller/summary/timestamp_summary_generator.py
superwise/controller/summary/unknown_summary_generator.py
superwise/models/__init__.py
superwise/models/base.py
superwise/models/data_entity.py
superwise/models/dataset.py
superwise/models/model.py
superwise/models/notification.py
superwise/models/project.py
superwise/models/role.py
superwise/models/segment.py
superwise/models/transaction.py
superwise/models/validation_error.py
superwise/models/version.py
superwise/resources/__init__.py
superwise/resources/superwise_enums.py
superwise/utils/__init__.py
superwise/utils/client.py
superwise/utils/exceptions.py
superwise/utils/file_path.py
superwise/utils/singelton.py
superwise/utils/storage/__init__.py
superwise/utils/storage/azure.py
superwise/utils/storage/gcs.py
superwise/utils/storage/local.py
superwise/utils/storage/s3.py
superwise/utils/storage/internal_storage/__init__.py
superwise/utils/storage/internal_storage/aws.py
superwise/utils/storage/internal_storage/azure.py
superwise/utils/storage/internal_storage/gcs.py
superwise/utils/storage/internal_storage/internal_storage.py
superwise/utils/storage/internal_storage/internal_storage_factory.py
tests/__init__.py
tests/conftest.py
tests/test_dataset.py
tests/test_e2e.py
tests/test_entity_validator.py
tests/test_http_client.py
tests/test_infer_unit.py
tests/test_models.py
tests/test_notification.py
tests/test_policy.py
tests/test_projects.py
tests/test_segments.py
tests/test_summary_unit.py
tests/test_transaction.py
tests/test_version.py
tests/conf/config.example.json
tests/conf/config.py
tests/resources/basic_schema.json
tests/resources/data.json
tests/resources/data_entity/__init__.py
tests/resources/data_entity/expected_infer.json
tests/resources/data_entity/assets/entities.json
tests/resources/data_entity/assets/entities_with_feature_importance.json
tests/resources/data_entity/assets/entity_with_feature_importance.json
tests/resources/data_entity/assets/new_summary.json
tests/resources/data_entity/assets/patched_response.json
tests/resources/data_entity/assets/baseline/basic_baseline.json
tests/resources/data_entity/assets/baseline/basic_schema.json
tests/resources/data_entity/assets/summary/timestamp.json
tests/resources/data_entity/assets/summary/unknown.json
tests/resources/data_entity/assets/summary/boolean/flag.json
tests/resources/data_entity/assets/summary/boolean/numeric.json
tests/resources/data_entity/assets/summary/categorical/constant.json
tests/resources/data_entity/assets/summary/categorical/dense.json
tests/resources/data_entity/assets/summary/categorical/sparse.json
tests/resources/data_entity/assets/summary/categorical/sparse_freq_cats.json
tests/resources/data_entity/assets/summary/numeric/num_centered.json
tests/resources/data_entity/assets/summary/numeric/num_left_tail.json
tests/resources/data_entity/assets/summary/numeric/num_right_tail.json
tests/resources/data_entity/assets/summary/numeric/with_previous/num_centered.json
tests/resources/data_entity/assets/summary/numeric/with_previous/num_left_tail.json
tests/resources/data_entity/assets/summary/numeric/with_previous/num_right_tail.json
tests/resources/dataset/__init__.py
tests/resources/dataset/test.csv
tests/resources/internal_sdk/basic_schema.json
tests/resources/internal_sdk/basic_schema_todel.json
tests/resources/internal_sdk/basic_schema_too_much_dimension.json
tests/resources/internal_sdk/data.json
tests/resources/internal_sdk/data_basic.json
tests/resources/internal_sdk/data_bool.json
tests/resources/transaction/local_records_file.json
tests/resources/transaction/records_payload.json