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.
2 parents b00ff08 + 33743ed commit 5b72257Copy full SHA for 5b72257
README.md
@@ -33,7 +33,7 @@ you should be able to execute the following in Python:
33
```python
34
>>> from skltemplate import TemplateEstimator
35
>>> estimator = TemplateEstimator()
36
->>> estimator.fit(np.arange(10), np.arange(10))
+>>> estimator.fit(np.arange(10).reshape(10, 1), np.arange(10))
37
```
38
39
`TemplateEstimator` by itself does nothing useful, but it serves as an example
0 commit comments