ertk.sklearn.utils

Utilities for scikit-learn estimators.

get_estimator_tree(clf)

Gets the estimator list of nested estimators.

get_base_estimator(clf)

Gets the base estimator of a pipeline or meta-estimator, assuming there is only one.

OneVsRestClassifier(estimator, *[, n_jobs, ...])

GridSearchVal(estimator, param_grid, *[, ...])

Grid-search but using a single validation set.