MCPcopy Create free account
hub / github.com/christopherjenness/ML-lib / locallogisticregression

Method locallogisticregression

ML/kernelmethods.py:158–201  ·  view source on GitHub ↗

Local linear logistic eliminates bias at boundries of domain. It uses weighted least squares, determining weights from the kernel. Args: x (np.array): Training data of shape[1, n_features] note: currently only single samples can be predi

(self, x, kernel, gamma, reg_param=0,
                                iterations=10, alpha=0.001)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

locallogisticHessianMethod · 0.95
logistic_functionMethod · 0.95

Tested by

no test coverage detected