Kangkang Wang

Results 2 issues of Kangkang Wang

Hi, inside data_drift_report, there are two metrics (`DatasetDriftMetric` and `DataDriftTable`) reporting `dataset_drift`. Contrary to the `DatasetDriftMetric`, One cannot set the `drift_share` value for `DataDriftTable`. There are situations that `dataset_drift` is...

enhancement

When I am testing the threshold priority among `per_column_stattest`, `stattest`, and `num_stattest` in `TargetDriftPreset`, I might find a potential bug. If I set metric parameters as following: ```python num_stattest="mannw", num_stattest_threshold=0.5,...

bug