Update linear_regression.py #9614
Annotations
6 errors
Ruff (BLE001):
machine_learning/linear_regression.py#L52
machine_learning/linear_regression.py:52:12: BLE001 Do not catch blind exception: `Exception`
|
Ruff (BLE001):
machine_learning/linear_regression.py#L70
machine_learning/linear_regression.py:70:12: BLE001 Do not catch blind exception: `Exception`
|
Ruff (BLE001):
machine_learning/linear_regression.py#L92
machine_learning/linear_regression.py:92:12: BLE001 Do not catch blind exception: `Exception`
|
Ruff (BLE001):
machine_learning/linear_regression.py#L106
machine_learning/linear_regression.py:106:12: BLE001 Do not catch blind exception: `Exception`
|
Ruff (BLE001):
machine_learning/linear_regression.py#L128
machine_learning/linear_regression.py:128:12: BLE001 Do not catch blind exception: `Exception`
|
ruff
Process completed with exit code 1.
|