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

Method __init__

treelearn/regression_ensemble.py:6–26  ·  view source on GitHub ↗
(self, 
            base_model=LinearRegression(), 
            num_models = 50, 
            bagging_percent=0.5, 
            bagging_replacement=True,
            feature_subset_percent = 1.0,  
            stacking_model=None,
            randomize_params = {}, 
            additive = False, 
            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