Skip to content

Add RBFNN implementation with Iris classification #13238

Add RBFNN implementation with Iris classification

Add RBFNN implementation with Iris classification #13238

Triggered via pull request June 15, 2025 12:19
Status Failure
Total duration 10s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
ruff
Process completed with exit code 1.
Ruff (W292): neural_network/rbfnn.py#L82
neural_network/rbfnn.py:82:54: W292 No newline at end of file
Ruff (E501): neural_network/rbfnn.py#L69
neural_network/rbfnn.py:69:89: E501 Line too long (108 > 88)
Ruff (I001): neural_network/rbfnn.py#L16
neural_network/rbfnn.py:16:1: I001 Import block is un-sorted or un-formatted