Skip to content

Commit 0e2cac6

Browse files
committed
align pca and knn bf16 configs
1 parent e075184 commit 0e2cac6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configs/regular/bf16/knn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"estimator_params": { "algorithm": "brute", "metric": "minkowski", "p": [1, 2] }
2323
},
2424
"data": [
25-
{ "source": "make_classification", "split_kwargs": { "train_size": 5000000, "test_size": 1000 }, "generation_kwargs": { "n_samples": 5001000, "n_features": 100, "n_classes": 2, "n_informative": "[SPECIAL_VALUE]0.5" } }
25+
{ "source": "make_classification", "split_kwargs": { "train_size": 50000, "test_size": 1000 }, "generation_kwargs": { "n_samples": 51000, "n_features": 100, "n_classes": 2, "n_informative": "[SPECIAL_VALUE]0.5" } }
2626
]
2727
},
2828
"synthetic regression data": {

configs/regular/bf16/pca.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"synthetic data": {
2222
"data": [
23-
{ "source": "make_blobs", "generation_kwargs": { "n_samples": 10000000, "n_features": 10, "centers": 1 } }
23+
{ "source": "make_blobs", "generation_kwargs": { "n_samples": 3000000, "n_features": 10, "centers": 1 } }
2424
]
2525
}
2626
},

0 commit comments

Comments
 (0)