Skip to content

Commit

Permalink
FIX final typo fix hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
dantegd committed Oct 8, 2024
1 parent f43e580 commit c902164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cuml/cuml/random_projection/random_projection.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ class GaussianRandomProjection(Base,

@classmethod
def get_param_names(cls):
return Base.get_param_names(self) + [
return Base.get_param_names() + [
"n_components",
"eps",
"random_state"
Expand Down

0 comments on commit c902164

Please sign in to comment.