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

Class ClassifierEnsemble

treelearn/classifier_ensemble.py:8–156  ·  view source on GitHub ↗

Train an ensemble of classifiers using a subset of the data for each base classifier. Parameters ---------- base_model : Any classifier which obeys the fit/predict protocol. Defaults to a Linear SVM with C = 1. num_models : int, optiona

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

train_random_forestFunction · 0.90
train_svm_forestFunction · 0.90
train_sgd_forestFunction · 0.90

Calls

no outgoing calls

Tested by 1