Feat/added error handling to linear regression #9549
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
3 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#L124
machine_learning/linear_regression.py:124:1: E402 Module level import not at top of file
|
ruff
Process completed with exit code 1.
|