.pre-commit-config.yaml
CHANGELOG.md
LICENCE
MANIFEST.in
README.md
project_root.py
requirements.txt
setup.py
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/client.py
superwise/controller/dataentity.py
superwise/controller/exceptions.py
superwise/controller/infer.py
superwise/controller/model.py
superwise/controller/notification.py
superwise/controller/policy.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/model.py
superwise/models/notification.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
tests/__init__.py
tests/test_e2e.py
tests/test_entity_validator.py
tests/test_infer_unit.py
tests/test_models.py
tests/test_notification.py
tests/test_policy.py
tests/test_role.py
tests/test_segments.py
tests/test_summary_unit.py
tests/test_superwise_general.py
tests/test_transaction.py
tests/test_version.py
tests/cassettes/test_create_incomplete_input.yaml
tests/cassettes/test_create_model.yaml
tests/cassettes/test_create_model_inline.yaml
tests/cassettes/test_create_segment_incomplete_input.yaml
tests/cassettes/test_create_segment_inline.yaml
tests/cassettes/test_get_model.yaml
tests/cassettes/test_get_models_by_name.yaml
tests/cassettes/test_invalid_token.yaml
tests/cassettes/test_load_superwise_login_user_password.yaml
tests/cassettes/test_load_superwise_object_login.yaml
tests/cassettes/test_send_wrong_sdkmodel.yaml
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/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/records_payload.json