Skip to content

Commit

Permalink
relax core dependency and bump to v2.0.0a2
Browse files Browse the repository at this point in the history
  • Loading branch information
timlrx committed Jan 28, 2025
1 parent 806c87c commit ccbd880
Show file tree
Hide file tree
Showing 70 changed files with 36 additions and 436 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"classification",
"regression"
],
"version": "2.0.0a1",
"version": "2.0.0a2",
"author": "AI Verify",
"description": "This algorithm explains how each feature and its feature value contribute to the predictions.",
"tags": [
Expand All @@ -23,7 +23,6 @@
"output.schema.json",
"algo.meta.json",
"algo.py",
"README.md",
"syntax_checker.py"
"README.md"
]
}
}

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
dependencies = [
"numpy==1.26.4",
"pandas==2.2.2",
"aiverify-test-engine==2.0.0a1",
"aiverify-test-engine>=2.0.0a1",
]
requires-python = ">=3.10,<3.12"
dynamic = ["version"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"modelType": [
"classification"
],
"version": "2.0.0a1",
"version": "2.0.0a2",
"author": "AI Verify",
"description": "This algorithm computes a list of fairness metrics to measure how correctly your model predicts among the given set of sensitive features.",
"tags": [
Expand All @@ -24,7 +24,6 @@
"output.schema.json",
"algo.meta.json",
"algo.py",
"README.md",
"syntax_checker.py"
"README.md"
]
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies = [
"joblib==1.4.2",
"scikit-learn==1.5.2",
"scipy==1.14.1",
"aiverify-test-engine==2.0.0a1",
"aiverify-test-engine>=2.0.0a1",
]
requires-python = ">=3.10,<3.12"
dynamic = ["version"]
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"modelType": [
"regression"
],
"version": "2.0.0a1",
"version": "2.0.0a2",
"author": "AI Verify",
"description": "This algorithm computes a list of fairness metrics to measure how correctly your model predicts among the given set of sensitive features.",
"tags": [
Expand All @@ -22,7 +22,6 @@
"output.schema.json",
"algo.meta.json",
"algo.py",
"README.md",
"syntax_checker.py"
"README.md"
]
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies = [
"pandas==2.2.2",
"joblib==1.4.2",
"scikit-learn==1.5.2",
"aiverify-test-engine==2.0.0a1",
"aiverify-test-engine>=2.0.0a1",
]
requires-python = ">=3.10,<3.12"
dynamic = ["version"]
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"modelType": [
"classification"
],
"version": "2.0.0a1",
"version": "2.0.0a2",
"author": "AI Verify",
"description": "Algorithm that adds blur corruptions (defocus, gaussian, glass, horizontal motion, vertical motion and zoom blur)",
"tags": [
Expand All @@ -22,7 +22,6 @@
"algo.meta.json",
"algo.py",
"README.md",
"syntax_checker.py",
"utils"
]
}
}

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies = [
"scipy==1.14.1",
"opencv-python==4.10.0.84",
"scikit-image==0.24.0",
"aiverify-test-engine==2.0.0a1",
"aiverify-test-engine>=2.0.0a1",
]
requires-python = ">=3.10,<3.12"
dynamic = ["version"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"modelType": [
"classification"
],
"version": "2.0.0a1",
"version": "2.0.0a2",
"author": "AI Verify",
"description": "Algorithm that adds digital corruptions (brightness up and down, contrast up and down, compression, tilt, saturate)",
"tags": [
Expand All @@ -22,7 +22,6 @@
"algo.meta.json",
"algo.py",
"README.md",
"syntax_checker.py",
"utils"
]
}
}

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies = [
"scikit-learn==1.5.2",
"scipy==1.14.1",
"scikit-image==0.24.0",
"aiverify-test-engine==2.0.0a1",
"aiverify-test-engine>=2.0.0a1",
]
requires-python = ">=3.10,<3.12"
dynamic = ["version"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"modelType": [
"classification"
],
"version": "2.0.0a1",
"version": "2.0.0a2",
"author": "AI Verify",
"description": "Algorithm that adds environmental corruptions (rain, fog and snow)",
"tags": [
Expand All @@ -22,7 +22,6 @@
"environment_corruptions.meta.json",
"environment_corruptions.py",
"README.md",
"syntax_checker.py",
"utils"
]
}
}
Loading

0 comments on commit ccbd880

Please sign in to comment.