File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 args : [--fix=lf]
1515
1616 - repo : https://github.com/charliermarsh/ruff-pre-commit
17- rev : v0.15.12
17+ rev : v0.15.13
1818 hooks :
1919 - id : ruff
2020 name : Fix code
Original file line number Diff line number Diff line change @@ -11,13 +11,18 @@ dynamic = ["version"]
1111description = " A Python toolbox for outlier detection thresholding in machine learning and data science"
1212readme = { file = " README.rst" , content-type = " text/x-rst" }
1313requires-python = " >=3.8"
14- license = " BSD-3 -Clause"
14+ license = " BSD-2 -Clause"
1515license-files = [" LICENSE" ]
1616
1717keywords = [
1818 " outlier-detection" ,
1919 " anomaly-detection" ,
20+ " novelty detection" ,
21+ " out-of-distribution detection" ,
2022 " thresholding" ,
23+ " contamination-detection" ,
24+ " filtering-algorithm" ,
25+ " data-cleaning" ,
2126 " machine-learning" ,
2227 " data-science" ,
2328 " statistics" ,
@@ -129,6 +134,7 @@ docs = [
129134Homepage = " https://github.com/KulikDM/pythresh"
130135Repository = " https://github.com/KulikDM/pythresh"
131136Documentation = " https://pythresh.readthedocs.io/en/latest/"
137+ Changelog = " https://github.com/KulikDM/pythresh/blob/main/CHANGES.txt"
132138
133139# --------------------------------------------------------------------------------------------------
134140# setuptools config
You can’t perform that action at this time.
0 commit comments