Skip to content

machine_learning: add RidgeRegression with tests and demo #16625

machine_learning: add RidgeRegression with tests and demo

machine_learning: add RidgeRegression with tests and demo #16625

Triggered via pull request December 15, 2025 20:44
Status Failure
Total duration 10s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
ruff
Process completed with exit code 1.
Ruff (N806): machine_learning/tests/test_ridge_regression.py#L58
machine_learning/tests/test_ridge_regression.py:58:5: N806 Variable `X` in function should be lowercase
Ruff (I001): machine_learning/ridge_regression.py#L26
machine_learning/ridge_regression.py:26:1: I001 Import block is un-sorted or un-formatted