Skip to content

Commit a0eeced

Browse files
Update code_snap.py
1 parent 0e8c395 commit a0eeced

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

code_snap.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
inc_pca = make_pipeline(StandardScaler(), IncrementalPCA(n_components=2))
1+
LocallyLinearEmbedding(
2+
n_components=2,
3+
n_neighbors=10,
4+
method="modified",
5+
n_jobs=4,
6+
random_state=random_state,
7+
)

0 commit comments

Comments
 (0)