We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here's what I think are intended to be public, ranked in rough order of priority:
build_forest
apply_forest
apply_forest_proba
build_tree
print_tree
apply_tree
apply_tree_proba
build_adaboost_stumps
apply_adaboost_stumps
apply_adaboost_stumps_proba
prune_tree
nfoldCV_forest
nfoldCV_tree
nfoldCV_stumps
load_data
DecisionTree.confusion_matrix
DecisionTree.util.gini
DecisionTree.util.entropy
DecisionTree.util.zero_one
impurity_importance
split_importance
permutation_importance
Any help here appreciated. Take a look at #214 to get an idea of existing format.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here's what I think are intended to be public, ranked in rough order of priority:
build_forest
Add docstring forbuild_forest
#214 @ablaomapply_forest
apply_forest_proba
build_tree
(keep documentation: Clarify n_subfeatures in build_tree? #224 in mind)print_tree
apply_tree
apply_tree_proba
build_adaboost_stumps
apply_adaboost_stumps
apply_adaboost_stumps_proba
prune_tree
nfoldCV_forest
nfoldCV_tree
nfoldCV_stumps
load_data
DecisionTree.confusion_matrix
DecisionTree.util.gini
DecisionTree.util.entropy
DecisionTree.util.zero_one
impurity_importance
split_importance
permutation_importance
Any help here appreciated. Take a look at #214 to get an idea of existing format.
The text was updated successfully, but these errors were encountered: