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

Method __init__

treelearn/classifier_ensemble.py:42–66  ·  view source on GitHub ↗
(self, 
            base_model = LinearSVC(), 
            num_models = 50, 
            bagging_percent=0.5, 
            bagging_replacement=True, 
            feature_subset_percent = 1.0, 
            weighting = None, 
            stacking_model = None,
            randomize_params = {}, 
            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