File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -577,7 +577,7 @@ class OrthogonalMatchingPursuit(LinearModel, RegressorMixin):
577
577
578
578
Attributes
579
579
----------
580
- coef_ : array, shape (n_features,) or (n_features, n_targets )
580
+ coef_ : array, shape (n_features,) or (n_targets, n_features )
581
581
parameter vector (w in the formula)
582
582
583
583
intercept_ : float or array, shape (n_targets,)
@@ -804,7 +804,7 @@ class OrthogonalMatchingPursuitCV(LinearModel, RegressorMixin):
804
804
intercept_ : float or array, shape (n_targets,)
805
805
Independent term in decision function.
806
806
807
- coef_ : array, shape (n_features,) or (n_features, n_targets )
807
+ coef_ : array, shape (n_features,) or (n_targets, n_features )
808
808
Parameter vector (w in the problem formulation).
809
809
810
810
n_nonzero_coefs_ : int
You can’t perform that action at this time.
0 commit comments