Skip to content
New issue

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

[Tracking Issue] Add document strings to public methods #215

Open
6 of 22 tasks
ablaom opened this issue Feb 8, 2023 · 0 comments
Open
6 of 22 tasks

[Tracking Issue] Add document strings to public methods #215

ablaom opened this issue Feb 8, 2023 · 0 comments

Comments

@ablaom
Copy link
Member

ablaom commented Feb 8, 2023

Here's what I think are intended to be public, ranked in rough order of priority:

  • build_forest Add docstring for build_forest #214 @ablaom
  • apply_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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant