Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

15_learning_a_decision_tree #15

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
98acc9f
Create index.md
Negarnbkhti42 Nov 15, 2021
f0ff919
add pictures
Negarnbkhti42 Nov 15, 2021
7215442
modification
Negarnbkhti42 Nov 15, 2021
6caec39
change in equation
Negarnbkhti42 Nov 27, 2021
eb73160
usercontent
Negarnbkhti42 Nov 27, 2021
afead9f
a test
Negarnbkhti42 Dec 5, 2021
5edddad
test failed
Negarnbkhti42 Dec 5, 2021
95fa59c
reformat calculations
Negarnbkhti42 Dec 5, 2021
91006d8
pruning and hypothesis space
Negarnbkhti42 Dec 5, 2021
4352112
replacing the picture
Negarnbkhti42 Dec 5, 2021
5a6fd3f
references and reformat
Negarnbkhti42 Dec 5, 2021
2850416
misplaced formula
Negarnbkhti42 Dec 5, 2021
2dff10d
misnumbered folder
Negarnbkhti42 Dec 5, 2021
a9d90e3
edit on pruning
Negarnbkhti42 Dec 9, 2021
1c664ca
introduction edit
Negarnbkhti42 Dec 11, 2021
86fdbd3
title error
Negarnbkhti42 Dec 11, 2021
0b74a56
change in example
Negarnbkhti42 Dec 11, 2021
5972c93
matadata and index
Negarnbkhti42 Dec 17, 2021
2891277
reform in calculations
Negarnbkhti42 Dec 17, 2021
7613968
mutual information notation
Negarnbkhti42 Dec 17, 2021
49cbe1c
centering formulas and turning references to hyperlink
Negarnbkhti42 Dec 26, 2021
9fd72dc
centering the tables
Negarnbkhti42 Dec 26, 2021
b6aad73
some grammar reformations
Negarnbkhti42 Dec 26, 2021
271b0de
defining a quote
Negarnbkhti42 Dec 30, 2021
88db3f7
change index notebook to md
Negarnbkhti42 Dec 31, 2021
33f7f44
fixing the paragraph structures
Negarnbkhti42 Dec 31, 2021
cf14562
justify content
Negarnbkhti42 Jan 1, 2022
53e8818
Merge branch 'sut-ai:master' into master
Negarnbkhti42 Jan 8, 2022
3be8c7e
fix matadata
Negarnbkhti42 Jan 8, 2022
454f181
Merge branch 'master' of https://github.com/Negarnbkhti42/notes
Negarnbkhti42 Jan 8, 2022
4405d6e
a fix in formulas
Negarnbkhti42 Jan 8, 2022
3f7916b
deploy error
Negarnbkhti42 Jan 8, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
369 changes: 369 additions & 0 deletions notebooks/15_learning_a_decision_tree/index.md

Large diffs are not rendered by default.

34 changes: 34 additions & 0 deletions notebooks/15_learning_a_decision_tree/matadata.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
title: Learning a Decision Tree

header:
title: Learning a Decision Tree
description: Decision trees and how to train them

authors:
label:
position: top
kind: people
content:
- name: Negar Nobakhti
role: Author
contact:
- link: https://github.com/Negarnbkhti42
icon: fab fa-github

- name: Ali Rashidi
role: Author
contact:
- link: https://github.com/Alirm96
icon: fab fa-github

- name: Mohammad Jafari
role: Author
contact:
- link: https://github.com/Mohammadjafari80
icon: fab fa-github


comments:

label: false
kind: comments
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion notebooks/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,6 @@ notebooks:
kind: S2021, LN, Notebook
#- notebook: notebooks/17_markov_decision_processes/
- notebook: notebooks/18_reinforcement_learning/
kind: S2021, LN, Notebook
kind: S2021, LN, Notebook
- md: notebooks/15_learning_a_decision_tree/
kind: F2021, LN