Add RMSprop optimizer to machine_learning#14733
Open
aryan-neogi wants to merge 2 commits into
Open
Annotations
4 errors
|
Run uvx ruff check --output-format=github .
Process completed with exit code 1.
|
|
Run uvx ruff check --output-format=github .:
web_programming/download_images_from_google_query.py#L91
web_programming/download_images_from_google_query.py:91:17: ISC004 Unparenthesized implicit string concatenation in collection
help: Did you forget a comma?
help: Wrap implicitly concatenated strings in parentheses
|
|
Run uvx ruff check --output-format=github .:
machine_learning/sequential_minimum_optimization.py#L454
machine_learning/sequential_minimum_optimization.py:454:44: RUF100 Unused `noqa` directive (unused: `S310`)
help: Remove unused `noqa` directive
|
|
Run uvx ruff check --output-format=github .:
data_structures/binary_tree/inorder_tree_traversal_2022.py#L46
data_structures/binary_tree/inorder_tree_traversal_2022.py:46:19: RUF036 `None` not at the end of the type union.
help: Move `None` to the end of the type union
|
background
wait
wait-all
cancel
parallel
Loading