Skip to content

Feat/added error handling to linear regression #9547

Feat/added error handling to linear regression

Feat/added error handling to linear regression #9547

Triggered via pull request September 3, 2024 19:56
Status Failure
Total duration 16s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Ruff (BLE001): machine_learning/linear_regression.py#L38
machine_learning/linear_regression.py:38:12: BLE001 Do not catch blind exception: `Exception`
Ruff (E402): machine_learning/linear_regression.py#L122
machine_learning/linear_regression.py:122:1: E402 Module level import not at top of file
Ruff (I001): machine_learning/linear_regression.py#L122
machine_learning/linear_regression.py:122:1: I001 Import block is un-sorted or un-formatted
ruff
Process completed with exit code 1.