Is your feature request related to a problem?
For classical regressors/classifiers, is_fitted is a function (has to be called). For NNs, it is an attribute/property (must not be called).
Desired solution
Consistently make this a function or an attribute.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response