Added vectorized approach of Gradient descent. Also added typehints t… #14697
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (EM102):
machine_learning/gradient_descent.py#L73
machine_learning/gradient_descent.py:73:22: EM102 Exception must not use an f-string literal, assign to variable first
|
|
Ruff (EM102):
machine_learning/gradient_descent.py#L59
machine_learning/gradient_descent.py:59:22: EM102 Exception must not use an f-string literal, assign to variable first
|