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
sklearn.tree.DecisionTreeClassifer casts the parameter X into dtype=np.float23 (see Documentation), therefore it works with the data provided in the example.
But DTreeViz does not and crashes in a call of np.linspace in the function get_split_node_heights().
sklearn.tree.DecisionTreeClassifer
casts the parameter X intodtype=np.float23
(see Documentation), therefore it works with the data provided in the example.But DTreeViz does not and crashes in a call of np.linspace in the function
get_split_node_heights()
.Example
The text was updated successfully, but these errors were encountered: