Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasryck committed Sep 26, 2024
1 parent 2837c45 commit c6ec28d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cyanure/estimators.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,10 +290,10 @@ def fit(self, X, labels, le_parameter=None):
if len(np.unique(labels)) != 2:
self._binary_problem = False

loss = "multiclass-logistic"
logger.info(
"Loss has been set to multiclass-logistic because "
"the multiclass parameter is set to multinomial!")
loss = "multiclass-logistic"
logger.info(
"Loss has been set to multiclass-logistic because "
"the multiclass parameter is set to multinomial!")

if loss is None:
loss = self.loss
Expand Down

0 comments on commit c6ec28d

Please sign in to comment.