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

Function train_additive_regression_forest

treelearn/recipes.py:337–352  ·  view source on GitHub ↗
(X, Y, 
        num_trees=50, 
        bagging_percent = 0.65, 
        feature_subset_percent = 0.5, 
        max_height=3, 
        min_leaf_size=10, 
        max_thresholds=50)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

fitMethod · 0.45

Tested by

no test coverage detected