NoPenguinsLand
NoPenguinsLand
**Testing**: I tested all 4 different basis functions (idxBasis) and 2 different glmSolveMethod (GLM or iterative WGLM AR(1)). I also tested it for both t-test and F-test. So I think...
#### Reference Issues/PRs closes #17711 and #26659 supersede #17711 #### What does this implement/fix? Explain your changes. Add `decision_function`, `predict_proba` and `predict_log_proba` methods for **NearestCentroid** estimator class for usage with...
### Describe the workflow you want to enable Related to still open #17711, add implementation of .predict_proba() and/or .decision_function(). ### Describe your proposed solution Distance function should follows equation 18.2...