ecmwf / ecpoint-calibrate

Interactive GUI (developed in Python) for calibration and conditional verification of numerical weather prediction model outputs.
GNU General Public License v3.0
20 stars 8 forks source link

Split a leaf with more than one value #184

Closed FatimaPillosu closed 3 years ago

FatimaPillosu commented 3 years ago

At the moment we can split a node with only one value. However, if we know that we would like to split a node with 2, 3 or more values, it would be nice to provide the user with a way to do so. At the moment we will need to click on the node as many times as the values that we want to use. This could be solved if we allow the user to introduce a list of values separated by , or /. This would be similar on how we can split a node with several values in the K-S test.

We put this as a priority two because even if it is not a bug, it would allow the user to save a lot of time in the growing of the decision tree.

onyb commented 3 years ago

Will be part of v0.30.0.