anomatools
anomatools copied to clipboard
Toolbox for anomaly detection.
iNNE
I noticed the github page doesn't have a lot of documentation for iNNE. The algorithm performs very poorly compared some other similar ones I ran. I was wondering if the...
@Vincent-Vercruyssen Just a follow up my question from transfertools , Is it correct to assume that for the following code line I took from SSDO detector.fit_predict(Xtr, y, prior=tr_prior) ? -...
Bumps [joblib](https://github.com/joblib/joblib) from 1.1.0 to 1.2.0. Changelog Sourced from joblib's changelog. Release 1.2.0 Fix a security issue where eval(pre_dispatch) could potentially run arbitrary code. Now only basic numerics are supported....
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.1.0 to 9.1.1. Release notes Sourced from pillow's releases. 9.1.1 This release addresses several security problems. CVE-2022-30595: When reading a TGA file with RLE packets that cross...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.1.0 to 10.0.1. Release notes Sourced from pillow's releases. 10.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html Changes Updated libwebp to 1.3.2 #7395 [@radarhere] Updated zlib to 1.3 #7344 [@radarhere] 10.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html Changes...
Bumps [scipy](https://github.com/scipy/scipy) from 1.9.1 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...
Hello, I have this code written below, where **x** represents total water usage in specific period of day in litres. Now **80L** and **200L** are water leaks. ``` x =...