Skip to content

Commit

Permalink
Add a dummy argument deep to TargetEncoder.get_params() (rapidsai…
Browse files Browse the repository at this point in the history
…#4601)

This is the continuation of PR rapidsai#4588 to resolve issue rapidsai#4574

Authors:
  - Jiwei Liu (https://github.com/daxiongshu)

Approvers:
  - Dante Gama Dessavre (https://github.com/dantegd)

URL: rapidsai#4601
  • Loading branch information
daxiongshu authored Feb 24, 2022
1 parent 80c5379 commit e97c9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cuml/preprocessing/TargetEncoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ def get_param_names(self):
"n_folds", "smooth", "seed", "split_method",
]

def get_params(self):
def get_params(self, deep=False):
"""
Returns a dict of all params owned by this class.
"""
Expand Down

0 comments on commit e97c9d0

Please sign in to comment.