From 83da756ac3af8099dafe0f72c107f841012e959d Mon Sep 17 00:00:00 2001 From: RYCKEBOER Thomas <37658138+thomasryck@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:43:08 +0200 Subject: [PATCH] debug test --- cyanure/estimators.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cyanure/estimators.py b/cyanure/estimators.py index c174a01bb..c4a7359e3 100644 --- a/cyanure/estimators.py +++ b/cyanure/estimators.py @@ -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