MCPcopy Create free account
hub / github.com/capitalk/treelearn / __init__

Method __init__

treelearn/randomized_tree.py:46–71  ·  view source on GitHub ↗
(self, 
            num_features_per_node=None, 
            min_leaf_size=10, 
            max_height = 20, 
            max_thresholds=None, 
            regression =  False, 
            feature_names = None, 
            verbose = False)

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