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
export_graphviz currently has code that checks if it's operating on a Tree instance or an estimator with a tree_ attribute, but also hascode that forces it to only operate on an estimator. One or the other of these should change. Either we force it to be an estimator, or we test that it's okay to be a Tree!