change the default value of ignore_trivial
param in stump
#691
NimaSarajpoor
started this conversation in
Ideas
Replies: 2 comments 10 replies
-
It's probably fine. I'm just trying to think whether there are any situations where |
Beta Was this translation helpful? Give feedback.
10 replies
-
Tests should probably look something like:
This will need to be added after the GPU stuff is cleared up |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wondering if it would be reasonable to set
ignore_trivial
to default toNone
. Then, if user does not set it toTrue
orFalse
, we can set it automatically:Because, I made a mistake once when I was trying to calculate AB-join. I then realized that I should have set
ignore_trivial
param to False.Beta Was this translation helpful? Give feedback.
All reactions