Skip to content

Commit

Permalink
removed duplicate docstrings for model and model params
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheusser committed Jun 14, 2017
1 parent 182d56a commit b89123f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions hypertools/plot/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,6 @@ def plot(x, fmt=None, marker=None, markers=None, linestyle=None,
If set to True, data will be run through the ``hyperalignment''
algorithm implemented in hypertools.tools.align (default: False).
model : str
Reduction model to use. Models supported: PCA, TSNE, MDS, Isomap,
SpectralEmbedding, LocallyLinearEmbedding, FastICA. See
http://scikit-learn.org/stable/modules/classes.html#module-sklearn.manifold
for details.
model_params : dict
Optional dictionary to pass parameters to reduction model. See
http://scikit-learn.org/stable/modules/classes.html#module-sklearn.manifold
for details.
normalize : str or False
If set to 'across', the columns of the input data will be z-scored
across lists (default). If set to 'within', the columns will be
Expand Down

0 comments on commit b89123f

Please sign in to comment.