Skip to content
Snippets Groups Projects
Commit e59e37b4 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

[sphinx] Fixed doc

parent d6ce3a88
Branches
No related tags found
1 merge request!36For some reason, the class information is not passed in the sample wrapper
Pipeline #42289 failed
...@@ -40,7 +40,7 @@ transformer. ...@@ -40,7 +40,7 @@ transformer.
... print(f"Transforming {len(X)} samples ...") ... print(f"Transforming {len(X)} samples ...")
... return np.array(X) + np.array(sample_specific_offsets) ... return np.array(X) + np.array(sample_specific_offsets)
... ...
... def fit(self, X): ... def fit(self, X, y=None):
... print("Fit was called!") ... print("Fit was called!")
... return self ... return self
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment