Skip to content

Commit a18785f

Browse files
committed
update sphinx pages
1 parent 9171873 commit a18785f

File tree

6 files changed

+4
-6
lines changed

6 files changed

+4
-6
lines changed
0 Bytes
Binary file not shown.

docs/pages/doctrees/index.doctree

648 Bytes
Binary file not shown.

docs/pages/html/_sources/index.rst.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ treeplot's documentation!
33

44
``treeplot`` is Python package to easily plot the tree derived from models such as decisiontrees, randomforest and xgboost. Developing explainable machine learning models is becoming more important in many domains. The most popular and classical explainable models are still tree based. Think of decision trees or random forest. The tree that is learned can be visualized and then explained. However, it can be a challange to simply plot the tree. Think of configuration issues with dot files, path locations to graphviz, differences across operating systems, differences across editors such as jupyter notebook, colab, spyder etc. This frustration led to this library, an easy way to plot the decision trees 🌲. It works for Random-forest, decission trees, xgboost and gradient boosting models. Under the hood it makes many checks, downloads graphviz, sets the path and then plots the tree.
55

6-
7-
Treeplot can plot the tree for Random-forest, decission trees, xgboost and gradient boosting models:
6+
Treeplot can be used for: **Random-forest**, **Decision trees**, **XGboost** and **Gradient boosting models**:
87

98
* .plot : Generic function to plot the tree of any of the four models with default settings
109
* .randomforest : Plot the randomforest model.

docs/pages/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<section id="treeplot-s-documentation">
9999
<h1>treeplot’s documentation!<a class="headerlink" href="#treeplot-s-documentation" title="Permalink to this heading"></a></h1>
100100
<p><code class="docutils literal notranslate"><span class="pre">treeplot</span></code> is Python package to easily plot the tree derived from models such as decisiontrees, randomforest and xgboost. Developing explainable machine learning models is becoming more important in many domains. The most popular and classical explainable models are still tree based. Think of decision trees or random forest. The tree that is learned can be visualized and then explained. However, it can be a challange to simply plot the tree. Think of configuration issues with dot files, path locations to graphviz, differences across operating systems, differences across editors such as jupyter notebook, colab, spyder etc. This frustration led to this library, an easy way to plot the decision trees 🌲. It works for Random-forest, decission trees, xgboost and gradient boosting models. Under the hood it makes many checks, downloads graphviz, sets the path and then plots the tree.</p>
101-
<p>Treeplot can plot the tree for Random-forest, decission trees, xgboost and gradient boosting models:</p>
101+
<p>Treeplot can be used for: <strong>Random-forest</strong>, <strong>Decision trees</strong>, <strong>XGboost</strong> and <strong>Gradient boosting models</strong>:</p>
102102
<blockquote>
103103
<div><ul class="simple">
104104
<li><p>.plot : Generic function to plot the tree of any of the four models with default settings</p></li>

docs/pages/html/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/source/index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ treeplot's documentation!
33

44
``treeplot`` is Python package to easily plot the tree derived from models such as decisiontrees, randomforest and xgboost. Developing explainable machine learning models is becoming more important in many domains. The most popular and classical explainable models are still tree based. Think of decision trees or random forest. The tree that is learned can be visualized and then explained. However, it can be a challange to simply plot the tree. Think of configuration issues with dot files, path locations to graphviz, differences across operating systems, differences across editors such as jupyter notebook, colab, spyder etc. This frustration led to this library, an easy way to plot the decision trees 🌲. It works for Random-forest, decission trees, xgboost and gradient boosting models. Under the hood it makes many checks, downloads graphviz, sets the path and then plots the tree.
55

6-
7-
Treeplot can plot the tree for Random-forest, decission trees, xgboost and gradient boosting models:
6+
Treeplot can be used for: **Random-forest**, **Decision trees**, **XGboost** and **Gradient boosting models**:
87

98
* .plot : Generic function to plot the tree of any of the four models with default settings
109
* .randomforest : Plot the randomforest model.

0 commit comments

Comments
 (0)