Skip to content

Commit d74db3b

Browse files
Create best_performance_dimred.json
1 parent 48477cd commit d74db3b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

best_performance_dimred.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"accuracy": [0.5155555555555557, 0.5037037037037037],
3+
"pipeline_variation": [
4+
"Pipeline(steps=[('StandardScalar', StandardScaler()),\n ('PCA', PCA(n_components=2, random_state=42))])",
5+
"Pipeline(steps=[('StandardScalar', StandardScaler()),\n ('IncrementalPCA', IncrementalPCA(n_components=2))])"
6+
],
7+
"pipeline_name": ["PCA", "IncrementalPCA"]
8+
}

0 commit comments

Comments
 (0)