-
Notifications
You must be signed in to change notification settings - Fork 7
[ENH] Adding leaf node samples to be stored when "quantile" tree is turned on #45
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
Conversation
Signed-off-by: Adam Li <adam2392@gmail.com>
Signed-off-by: Adam Li <adam2392@gmail.com>
scikit-learn#26503) Co-authored-by: jeremiedbb <jeremiedbb@yahoo.fr>
…26566) Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
…n#25120) Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com> Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Signed-off-by: Adam Li <adam2392@gmail.com>
@sampan501 and @PSSF23 you both might be interested. This is a WIP, but almost done addition of code into the sklearn-fork to enable all trees to optionally store all leaf-node samples. This is useful for:
|
Signed-off-by: Adam Li <adam2392@gmail.com>
Signed-off-by: Adam Li <adam2392@gmail.com>
Signed-off-by: Adam Li <adam2392@gmail.com>
Signed-off-by: Adam Li <adam2392@gmail.com>
Signed-off-by: Adam Li <adam2392@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@adam2392 predict_quantiles
functions have check_input
documentation but the param is not in the function. Meanwhile get_leaf_node_samples
has the param but it's not documented. These might cause the errors below:
I pushed a commit 3f5cb65 |
Reference Issues/PRs
Addresses the quantile-trees part of: neurodata/treeple#29
What does this implement/fix? Explain your changes.
y
is (n_samples, n_outputs))Any other comments?