Skip to content

Commit

Permalink
doc string changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kaichogami committed Sep 25, 2016
1 parent 0bf0626 commit f164fa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mne/decoding/search_light.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def _sl_score(estimators, scoring, X, y):
X : array, shape (n_samples, nd_features, n_estimators)
The target data. The feature dimension can be multidimensional e.g.
X.shape = (n_samples, n_features_1, n_features_2, n_estimators)
scoring : callable or None
scoring : callable, string or None
If scoring is None (default), the predictions are internally
generated by estimator.score(). Else, we must first get the
predictions to pass them to ad-hoc scorer.
Expand Down Expand Up @@ -399,7 +399,7 @@ class GeneralizationLight(SearchLight):
----------
base_estimator : object
The base estimator to iteratively fit on a subset of the dataset.
scoring : callable, string, defaults to None
scoring : callable | string | None
Score function (or loss function) with signature
score_func(y, y_pred, **kwargs).
n_jobs : int, optional (default=1)
Expand Down

0 comments on commit f164fa1

Please sign in to comment.