Skip to content

Commit

Permalink
Update linear_model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oualib committed Nov 1, 2023
1 parent 77755be commit 6553b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verticapy/machine_learning/vertica/linear_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -2031,7 +2031,7 @@ def __init__(
}


class Ridge(Regressor, LinearModel):
class Ridge(LinearModel, Regressor):
"""
Creates a Ridge object using the Vertica
Linear Regression algorithm.
Expand Down

0 comments on commit 6553b1a

Please sign in to comment.