Skip to content

Commit 2214199

Browse files
committed
update
1 parent 1a70901 commit 2214199

File tree

5 files changed

+6
-6
lines changed

5 files changed

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

docs/pages/doctrees/index.doctree

0 Bytes
Binary file not shown.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ treeplot's documentation!
66
.. include:: add_top.add
77

88

9-
``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.
10-
119
.. |figd| image:: ../figs/fig_breast_randomforest.png
1210

1311
.. table:: Example treeplot.
@@ -18,6 +16,8 @@ treeplot's documentation!
1816
+----------+
1917

2018

19+
``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.
20+
2121
-----------------------------------
2222

2323

docs/pages/html/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,7 @@ <h1>treeplot’s documentation!<a class="headerlink" href="#treeplot-s-documenta
106106
<div data-ea-publisher="erdogantgithubio" data-ea-type="text"></div>
107107
<!-- <div data-ea-publisher="erdogantgithubio" data-ea-type="text" data-ea-style="fixedfooter"></div> -->
108108
</center>
109-
<hr><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>
110-
<table class="docutils align-center" id="id1">
109+
<hr><table class="docutils align-center" id="id1">
111110
<caption><span class="caption-text">Example treeplot.</span><a class="headerlink" href="#id1" title="Permalink to this table"></a></caption>
112111
<colgroup>
113112
<col style="width: 100%" />
@@ -117,6 +116,7 @@ <h1>treeplot’s documentation!<a class="headerlink" href="#treeplot-s-documenta
117116
</tr>
118117
</tbody>
119118
</table>
119+
<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>
120120
<hr class="docutils" />
121121
<p>Treeplot can be used for: <strong>Random-forest</strong>, <strong>Decision trees</strong>, <strong>XGboost</strong> and <strong>Gradient boosting models</strong>:</p>
122122
<blockquote>

docs/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ treeplot's documentation!
66
.. include:: add_top.add
77

88

9-
``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.
10-
119
.. |figd| image:: ../figs/fig_breast_randomforest.png
1210

1311
.. table:: Example treeplot.
@@ -18,6 +16,8 @@ treeplot's documentation!
1816
+----------+
1917

2018

19+
``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.
20+
2121
-----------------------------------
2222

2323

0 commit comments

Comments
 (0)