Skip to content

Commit

Permalink
fix: fix incorrect default init in README
Browse files Browse the repository at this point in the history
  • Loading branch information
hyhuang00 authored Dec 6, 2024
1 parent dcd0abd commit 877be41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ The list of the most important parameters is given below. Changing these values

The initialization is also important to the result, but it's a parameter of the `fit` and `fit_transform` function.

- `init`: the initialization of the lower dimensional embedding. One of `"pca"` or `"random"`, or a user-provided numpy ndarray with the shape (N, 2). Default to `"random"`.
- `init`: the initialization of the lower dimensional embedding. One of `"pca"` or `"random"`, or a user-provided numpy ndarray with the shape (N, 2). Default to `"pca"`.

Other parameters include:

Expand Down

0 comments on commit 877be41

Please sign in to comment.