"...git@sissource.ethz.ch:sispub/openbis.git" did not exist on "8341ca3e47ec0277bac08d60cecd950beab6b4ff"
Improvements in decision trees - classification part 2 script
- remove
pydot
in favour ofsklearn.tree.plot_tree
- improve exercises: no useless
min_samples_leaf
; add info on tree size measures - improve multi-tree plots (horizontal scrolling)
- explicit info on RF and boosting ensemble sizes
- better stacking description: motivation and performance expectation