Skip to content

Commit

Permalink
Update docs (issue #14)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcinnes committed Nov 16, 2017
1 parent 11937d2 commit f7f7520
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions umap/umap_.py
Original file line number Diff line number Diff line change
Expand Up @@ -829,9 +829,11 @@ class UMAP(BaseEstimator):
values are set automatically as determined by ``min_dist`` and
``spread``.
random_state: int (optional, default None)
Provide a fixed seed for reproducibility (currently experimental,
do not expect consistent results yet, consider this a placeholder).
random_state: int, RandomState instance or None, optional (default: None)
If int, random_state is the seed used by the random number generator;
If RandomState instance, random_state is the random number generator;
If None, the random number generator is the RandomState instance used
by `np.random`.
metric_kwds: dict (optional, default {})
Arguments to pass on to the metric, such as the ``p`` value for
Expand Down

0 comments on commit f7f7520

Please sign in to comment.