Skip to content

Commit 34b22a7

Browse files
authored
add decision tree notebook (#10)
* add decision tree notebook * bug: hrefless link removed
1 parent de2d4a4 commit 34b22a7

File tree

3 files changed

+334
-0
lines changed

3 files changed

+334
-0
lines changed

notebooks/decision_trees/index.ipynb

+306
Large diffs are not rendered by default.

notebooks/decision_trees/metadata.yml

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
title: Classical ML Algorithm Legends
2+
3+
meta:
4+
- name: keywords
5+
content: Artificial Intelligence, Machine Learning, Decision Trees, pruning
6+
7+
header:
8+
title: Machine Learning - Decision Trees
9+
description: |
10+
In this notebook, we will study decision trees and different types of them and we will discuss topics like pruning and indexing in ML.
11+
authors:
12+
label:
13+
position: top
14+
text: Authors
15+
kind: people
16+
content:
17+
- name: Alireza (Sina) Tavakkoli
18+
role: Author
19+
contact:
20+
- icon: fab fa-github
21+
link: https://github.com/sinatav
22+
- link: mailto://[email protected]
23+
icon: fas fa-envelope
24+
25+
comments:
26+
label: false
27+
kind: comments

notebooks/index.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
- notebook: notebooks/logic_programming
22
- notebook: notebooks/search_in_continuous_space
33
- notebook: notebooks/hmm_speech_recognition
4+
- notebook: notebooks/decision_trees

0 commit comments

Comments
 (0)