Skip to content

Commit

Permalink
chore: remove FIXME targetting closed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBredehoft committed Jan 22, 2024
1 parent a58f7d0 commit be57f26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/concrete/ml/sklearn/_fhe_training_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def binary_cross_entropy(y_true: numpy.ndarray, logits: numpy.ndarray):
return binary_cross_entropy_with_logits(torch.Tensor(logits), torch.Tensor(y_true)).item()


# FIXME: https://github.com/zama-ai/concrete-ml-internal/issues/4144
class LogisticRegressionTraining(torch.nn.Module):
"""Logistic Regression training module.
Expand Down

0 comments on commit be57f26

Please sign in to comment.