Feat/added error handling to linear regression #11550
Closed
Annotations
3 errors
Run ruff check --output-format=github .:
machine_learning/linear_regression.py#L38
machine_learning/linear_regression.py:38:12: BLE001 Do not catch blind exception: `Exception`
|
Run ruff check --output-format=github .:
machine_learning/linear_regression.py#L124
machine_learning/linear_regression.py:124:1: E402 Module level import not at top of file
|
Run ruff check --output-format=github .
Process completed with exit code 1.
|
Loading