Open
Description
What would you like to share?
Hello maintainers! 👋
I’ve submitted a pull request that implements a Radial Basis Function Neural Network (RBFNN) in response to issue #12322.
📂 File Added: RBFNN/radial_basis_function_network.py
Additional information
All doctests and the implementation pass locally on my device (Python 3.11).
However, the CI pipeline is showing failed tests, and I’m unable to reproduce the failure locally — even when using different environments.
I’ve double-checked type hints, naming conventions, and doctest formatting, but the issue persists in the automated test runs.