Refactor gradient_descent.py with full type hints and documentation #17075
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (UP047):
searches/jump_search.py#L23
searches/jump_search.py:23:5: UP047 Generic function `jump_search` should use type parameters
|
|
ruff (F401):
machine_learning/linear_discriminant_analysis.py#L50
machine_learning/linear_discriminant_analysis.py:50:20: F401 `typing.TypeVar` imported but unused
|