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

Method learn_split

ML/treemethods.py:263–307  ·  view source on GitHub ↗

CART algorithm to learn split at node in tree. Minimizes total misclassification error. Args: data (np.ndarray): data of shape[n_samples, n_features] Data which node split will be based off of values (np.array): values of shape[n_samp

(self, inputs, values)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected