├── .gitignore ├── LICENSE ├── README.md ├── decision_tree.ipynb ├── decision_tree.py └── ep7.ipynb /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/random-forests/tutorials/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/random-forests/tutorials/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/random-forests/tutorials/HEAD/README.md -------------------------------------------------------------------------------- /decision_tree.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/random-forests/tutorials/HEAD/decision_tree.ipynb -------------------------------------------------------------------------------- /decision_tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/random-forests/tutorials/HEAD/decision_tree.py -------------------------------------------------------------------------------- /ep7.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/random-forests/tutorials/HEAD/ep7.ipynb --------------------------------------------------------------------------------