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 69fc0bc commit 0300498Copy full SHA for 0300498
sklearn/pipeline.py
@@ -218,7 +218,7 @@ def __len__(self):
218
return len(self.steps)
219
220
def __getitem__(self, ind):
221
- """Returns a sub-pipeline or a single esimtator in the pipeline
+ """Returns a sub-pipeline or a single estimator in the pipeline
222
223
Indexing with an integer will return an estimator; using a slice
224
returns another Pipeline instance which copies a slice of this
0 commit comments