Skip to content

Add artificial_neural_network.py in neural_network #10547

Add artificial_neural_network.py in neural_network

Add artificial_neural_network.py in neural_network #10547

Triggered via pull request October 7, 2024 13:28
Status Failure
Total duration 15s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Ruff (E501): neural_network/artificial_neural_network.py#L4
neural_network/artificial_neural_network.py:4:89: E501 Line too long (94 > 88)
Ruff (NPY002): neural_network/artificial_neural_network.py#L14
neural_network/artificial_neural_network.py:14:37: NPY002 Replace legacy `np.random.randn` call with `np.random.Generator`
Ruff (NPY002): neural_network/artificial_neural_network.py#L15
neural_network/artificial_neural_network.py:15:38: NPY002 Replace legacy `np.random.randn` call with `np.random.Generator`
Ruff (N803): neural_network/artificial_neural_network.py#L29
neural_network/artificial_neural_network.py:29:27: N803 Argument name `X` should be lowercase
Ruff (N803): neural_network/artificial_neural_network.py#L42
neural_network/artificial_neural_network.py:42:31: N803 Argument name `X` should be lowercase
Ruff (N803): neural_network/artificial_neural_network.py#L62
neural_network/artificial_neural_network.py:62:21: N803 Argument name `X` should be lowercase
Ruff (N803): neural_network/artificial_neural_network.py#L70
neural_network/artificial_neural_network.py:70:23: N803 Argument name `X` should be lowercase
ruff
Process completed with exit code 1.