Skip to content

feat: add label smoothing regularization to machine_learning #17610

feat: add label smoothing regularization to machine_learning

feat: add label smoothing regularization to machine_learning #17610

Triggered via pull request April 9, 2026 10:33
Status Failure
Total duration 12s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
ruff
Process completed with exit code 1.
ruff (W292): machine_learning/label_smoothing.py#L178
machine_learning/label_smoothing.py:178:74: W292 No newline at end of file help: Add trailing newline
ruff (EM102): machine_learning/label_smoothing.py#L104
machine_learning/label_smoothing.py:104:17: EM102 Exception must not use an f-string literal, assign to variable first help: Assign to variable; remove f-string literal