Skip to content

Commit

Permalink
Update AUC_SGD.py
Browse files Browse the repository at this point in the history
  • Loading branch information
W0lfgunbl00d committed Dec 1, 2024
1 parent ac71788 commit c1d0893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions river/linear_model/AUC_SGD.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def compute(self, X_train, X_test, y_train):

def getTrain(self, X_train, y_train):
"""
Implements the stochastic gradient ascent method to optimize theta for a maximised AUC training score.
Implements the stochastic gradient ascent method to optimize theta for a maximized AUC training score.
Parameters:
- X_train: Training feature matrix.
Expand All @@ -146,7 +146,7 @@ def getTrain(self, X_train, y_train):

def getTest(self, X_train, X_test, y_train):
"""
Implements the stochastic gradient ascent method to optimize theta for a maximised AUC testing score.
Implements the stochastic gradient ascent method to optimize theta for a maximized AUC testing score.
Parameters:
- X_train: Training feature matrix.
Expand Down

0 comments on commit c1d0893

Please sign in to comment.