You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct me if I'm wrong, but it appears that for both features and classes in the fitting of decision tress, rustlearn only supports arrays of f32 values. Is there a reason for this limitation? I would think that features simply need to have the Ordering trait and classes have the Eq trait. It would be useful to have at least f32, f64, i32, i64, and bool I think.
The text was updated successfully, but these errors were encountered:
Correct me if I'm wrong, but it appears that for both features and classes in the fitting of decision tress, rustlearn only supports arrays of
f32
values. Is there a reason for this limitation? I would think that features simply need to have theOrdering
trait and classes have theEq
trait. It would be useful to have at leastf32
,f64
,i32
,i64
, andbool
I think.The text was updated successfully, but these errors were encountered: