Skip to content

Commit a5c573f

Browse files
committed
README fix and bump version
1 parent 149ec34 commit a5c573f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ Or with **pip**:
176176
API Cheatsheet
177177
****************
178178

179-
- **eval(score)**: evaluate a single outlier or multiple outlier detection
180-
likelihood score sets.
179+
- **eval(score)**: evaluate a single outlier or multiple outlier
180+
detection likelihood score sets.
181181

182182
Key Attributes of threshold:
183183

@@ -190,8 +190,8 @@ Key Attributes of threshold:
190190
interval of the contamination level. Only applies to the COMB
191191
thresholder
192192

193-
- **dscores_**: 1D array of the TruncatedSVD decomposed decision scores
194-
if multiple outlier detector score sets are passed
193+
- **dscores_**: 1D array of the TruncatedSVD decomposed decision scores
194+
if multiple outlier detector score sets are passed
195195

196196
************************
197197
External Feature Cases
@@ -206,7 +206,7 @@ Linear Regression
206206
<https://towardsdatascience.com/when-outliers-are-significant-weighted-linear-regression-bcdc8389ab10>`_
207207

208208
**ArXiv**: `Estimating the Contamination Factor's Distribution in
209-
Unsupervised Anomaly Detection <https://arxiv.org/abs/2210.10487>`_
209+
Unsupervised Anomaly Detection. <https://arxiv.org/abs/2210.10487>`_
210210

211211
***********************************
212212
Available Thresholding Algorithms
@@ -411,8 +411,8 @@ the threshold types available in PyThresh.
411411
412412
.. [#gamgmm1]
413413
414-
`Estimating the Contamination Factor's Distribution in Unsupervised Anomaly
415-
Detection <https://proceedings.mlr.press/v202/perini23a.html>`_
414+
`Estimating the Contamination Factor's Distribution in Unsupervised
415+
Anomaly Detection <https://proceedings.mlr.press/v202/perini23a.html>`_
416416
417417
.. [#gesd1]
418418

pythresh/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Based on NiLearn package
33
# License: simplified BSD
44

5-
__version__ = '0.4.0' # pragma: no cover
5+
__version__ = '0.3.2' # pragma: no cover

0 commit comments

Comments
 (0)