added figure

This commit is contained in:
mhjensen
2019-11-03 09:46:03 +01:00
parent 3d50bd7ecb
commit fbf17fb1c6
10 changed files with 40 additions and 12 deletions
+5 -1
View File
@@ -35,8 +35,9 @@ given some assumptions, make predictions about the target feature value
!split
===== A typical Decision Tree with its pertinent Jargon, Classification Problem =====
Figure to come here.
FIGURE: [DataFiles/cancer.png, width=600 frac=0.8]
This tree was produced using the Wisconsin cancer data (discussed here as well, see code examples below) using _Scikit-Learn_'s decision tree classifier. Here we have used the so-called _gini_ index (see below) to split the various branches.
@@ -1700,3 +1701,6 @@ print("Minimum validation MSE:", min_val_error)
!split
===== XGBoost: Extreme Gradient Boosting =====