Skip to content

Commit

Permalink
Update ESTIMATOR_GUIDE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
divyegala authored Nov 7, 2024
1 parent 24a8047 commit 009546c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/python/ESTIMATOR_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ At a high level, all cuML Estimators must:
6. Implement `_get_param_names()` including values returned by `super()._get_param_names()`
```python
@classmethod
def _get_param_names(cls):
def _get_param_names(cls):
return super()._get_param_names() + [
"eps",
"min_samples",
Expand Down

0 comments on commit 009546c

Please sign in to comment.