We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48477cd commit d74db3bCopy full SHA for d74db3b
best_performance_dimred.json
@@ -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