supertree - decision tree के लिए इंटरैक्टिव विज़ुअलाइज़ेशन टूल
(github.com/mljar)- decision tree को Jupyter, JupyterLab, Google Colab notebook के अंदर इंटरैक्टिव तरीके से विज़ुअलाइज़ करने वाला Python package
- node zoom, pan, collapse और sample path tracking सीधे notebook के भीतर किया जा सकता है
- scikit-learn, XGBoost, LightGBM, ONNX जैसी प्रमुख machine learning libraries के साथ integration
- classifier और regression model, दोनों के लिए व्यापक समर्थन, और single tree के साथ-साथ tree ensemble भी विज़ुअलाइज़ किए जा सकते हैं
- Random Forest Regressor उदाहरण में किसी विशेष index के tree को चुनकर output किया जा सकता है
- scikit-learn में
DecisionTreeClassifier,RandomForestClassifier,GradientBoostingRegressorआदि classifier और regression models के लिए व्यापक समर्थन - LightGBM में
LGBMClassifier,LGBMRegressor,Booster, और XGBoost मेंXGBClassifier,XGBRegressor,Boosterआदि के साथ compatibility - Apache License 2.0 आधारित open source
अभी कोई टिप्पणी नहीं है.