Add artificial_neural_network.py in neural_network #10546
Annotations
10 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#L13
neural_network/artificial_neural_network.py:13:37: NPY002 Replace legacy `np.random.randn` call with `np.random.Generator`
|
Ruff (NPY002):
neural_network/artificial_neural_network.py#L14
neural_network/artificial_neural_network.py:14:38: NPY002 Replace legacy `np.random.randn` call with `np.random.Generator`
|
Ruff (N803):
neural_network/artificial_neural_network.py#L28
neural_network/artificial_neural_network.py:28:27: N803 Argument name `X` should be lowercase
|
Ruff (E501):
neural_network/artificial_neural_network.py#L34
neural_network/artificial_neural_network.py:34:89: E501 Line too long (100 > 88)
|
Ruff (N803):
neural_network/artificial_neural_network.py#L39
neural_network/artificial_neural_network.py:39:31: N803 Argument name `X` should be lowercase
|
Ruff (E501):
neural_network/artificial_neural_network.py#L48
neural_network/artificial_neural_network.py:48:89: E501 Line too long (100 > 88)
|
Ruff (E501):
neural_network/artificial_neural_network.py#L49
neural_network/artificial_neural_network.py:49:89: E501 Line too long (95 > 88)
|
Ruff (E501):
neural_network/artificial_neural_network.py#L51
neural_network/artificial_neural_network.py:51:89: E501 Line too long (95 > 88)
|
Ruff (N803):
neural_network/artificial_neural_network.py#L53
neural_network/artificial_neural_network.py:53:21: N803 Argument name `X` should be lowercase
|