feat: add label smoothing regularization to machine_learning #17610
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
|