Plot a Single XGBoost Decision Tree The XGBoost Python API provides a function for plotting decision trees within a trained XGBoost model. This capability is provided in the plot_tree() function that takes a trained model as the first argument, for example: 1 plot_tree(model) This plots the...
AGPL-3.0 license Commercial license with support and maintenance included. Pricing website https://mljar.com/supertree/ License supertree-commercial-license.pdf.About Visualize decision trees in Python mljar.com/supertree Topics random-forest xgboost lightgbm decision-trees Resources Readme License...