vhsven-sklearn
0.1
  • API Documentation
  • General examples
    • Perform cross validation on a pruneable tree
    • Read and pre-process a CSV file for usage in a decision tree
    • Fit a prunable tree on the iris dataset
    • Plot the decision surface of a pruneable tree with pruning disabled
    • Plot the decision surface of a pruneable tree using EBP
    • Plot the decision surface of a pruneable tree using REP
vhsven-sklearn
  • Docs »
  • General examples
  • View page source

General examplesΒΆ

Introductory examples.

../_images/sphx_glr_cross_val_thumb.png

Perform cross validation on a pruneable tree

../_images/sphx_glr_import_csv_thumb.png

Read and pre-process a CSV file for usage in a decision tree

../_images/sphx_glr_pruned_tree_thumb.png

Fit a prunable tree on the iris dataset

../_images/sphx_glr_plot_iris_none_thumb.png

Plot the decision surface of a pruneable tree with pruning disabled

../_images/sphx_glr_plot_iris_ebp_thumb.png

Plot the decision surface of a pruneable tree using EBP

../_images/sphx_glr_plot_iris_rep_thumb.png

Plot the decision surface of a pruneable tree using REP

Download all examples in Python source code: auto_examples_python.zip
Download all examples in Jupyter notebooks: auto_examples_jupyter.zip

Gallery generated by Sphinx-Gallery

Next Previous

© Copyright 2018, Sven Van Hove.

Built with Sphinx using a theme provided by Read the Docs.