New in https://t.co/bUyeA0CBle: AI-powered tree explanations!
Chat with decision trees with natural language. Ask about tree structure, node splits, feature importance, leaf predictions, etc. Get detailed insights powered by OpenAI.
Enable with ai_chat=True. Thanks to @tlapusan!
Decision Forests have an important advantage: Explainability 📝
The dtreeviz library takes this to the next level with powerful, helpful, and beautiful visualizations!
Learn how to use it with TFDF and more in this blog post ➡️ https://t.co/ENdtCwVLaT
Released dtreeviz 2.1 cleanup release (code and visualizations). E.g., leaves can be bars not just pies now. With Matthew Epland and @tlapusan. Notes: https://t.co/3jZ6DXFgtB
Released 2.0.0 dtreeviz! Re-organizes the API to focus on using a model adaptor vs straight function calls; should be backward compatible though. Supports scikit-learn, XGBoost, Spark MLlib, LightGBM, Tensorflow. A pleasure working w/coauthor @tlapusan.
https://t.co/0N3CHLp7KE
Looking for ways to spruce up my decision tree lecture this week & stumbled upon the dtreeviz library compatible with scikit-learn: https://t.co/lxeFfx9pUa. Not sure if I love the pie charts, but the histograms plus split indicator are kind of nice. Also nice viz for regr trees
@rasbt@jwuphysics Also the library contains visualisations for tree leaves details, like number of samples and impurities, viz_leaf_criterion() and viz_leaf_samples(). In the end the tree performance is reflected by the performance of each leaf.
Added classifier prediction probability visualization for 1D/2D feature space; works for any model answering predict_proba() (e.g., sklearn, keras,...). Great for edu! Resides in dtreeviz to avoid yet another package: `pip install -U dtreeviz` to get 1.3. https://t.co/LCQp92wjYc
@BurakSayici@the_antlr_guy @AndreasStefik indeed, big trees are hard to interpret by looking at their structure (regardless of the visualisation format). When I'm dealing with big trees, the most important information are from the leaves, like impurity and number of samples. dtreeviz contains visualisations for them also
@the_antlr_guy@XGBoostProject@tlapusan Added xgboost dtreeviz support to explainerdashboard! Also added a visualization of the individual trees marginal contribution: https://t.co/xz9ZasWjCh
Machine learning intro workshop on July 13th, Python and SKlearn, @tlapusan trainer and using @lentiq to run and share our notebooks. Looking forward to it. https://t.co/RWD0i7bMfK