for i in 2:length(feature)
global max_lrn
if feature[i] != last_f
There are good reasons it works this way in 1.x but there are also significant reservations about this behavior. That’s what this issue is about.
for i in 2:length(feature)
global max_lrn
if feature[i] != last_f
There are good reasons it works this way in 1.x but there are also significant reservations about this behavior. That’s what this issue is about.