pythresh icon indicating copy to clipboard operation
pythresh copied to clipboard

Outlier Detection Thresholding

Results 2 pythresh issues
Sort by recently updated
recently updated
newest added

When reading the documentation of PyThresh, I noticed some issues. This PR fixes the following: - The PyDoc documentation of the `pythresh.thresholds.base.BaseThresholder` was not rendering correctly. - The threshold attribute...

I integrated PyThresh into our [TimeEval tool](https://github.com/HPI-Information-Systems/TimeEval/blob/main/timeeval/metrics/thresholding.py#L345) and I noticed that REGR builds a normal distribution without seeding the RNG. This leads to different results when calling it multiple times...