We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71a69f8 commit c4097e9Copy full SHA for c4097e9
tests/benchmarks/test_benchmarks.py
@@ -50,7 +50,7 @@ def test_benchmark_augmentation() -> None:
50
("test1", "marginal_distributions", {}),
51
("test2", "dummy_sampler", {}),
52
],
53
- GenericDataLoader(X, fairness_column=["sex"]),
+ GenericDataLoader(X, fairness_column="sex"),
54
metrics={
55
"performance": [
56
"linear_model_augmentation",
0 commit comments