mmc.Hierarchy.get_clf()
- Hierarchy.get_clf(name, base=False)
Gets the classifier and feature names of a given node. If base, returns base estimator
- Parameters:
- Return type:
Either a random forest classifier or its base estimator and a list of features used in classification.