Rule extraction print_rules
error attempting to access 1-element Vector{Float64} at index [2]
#900
Labels
bug
Something isn't working
Apparently all rules that have two conditions (e.g.,
if A > x and B <= y
) also have two consequents, and if they have only one condition (e.g.,if A > x
) they also have only one consequent (and that's what is causing this error). This is weird and it could mean one (or more) of the following things:This needs to be investigated (and the bug fixed).
Since I remember getting one condition rules in the past and not having this issue, so I'm leaning towards option (3)...
The code needed to generate this:
And the error message is:
The text was updated successfully, but these errors were encountered: