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

Method learn_split

ML/treemethods.py:355–406  ·  view source on GitHub ↗

PRIM algorithm to learn split at node in tree. Maximizes response mean after "boxing off" 90% of data. Args: data (np.ndarray): data of shape[n_samples, n_features] Data which node split will be based off of values (np.array): values

(self, inputs, values)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

add_splitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected