We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 023dcb2 commit c5b1903Copy full SHA for c5b1903
pysensors/basis/_identity.py
@@ -53,7 +53,7 @@ def fit(self, X):
53
self : instance
54
"""
55
56
- # Note that we take a transpose here, so columns correspond to examples
+ # Note that we take a transpose here, so columns correspond to examples
57
if self.n_basis_modes is None:
58
self.basis_matrix_ = check_array(X).T.copy()
59
self.n_basis_modes = self.basis_matrix_.shape[1]
0 commit comments