Skip to content

Commit 0a63564

Browse files
committed
added Done tag for adaboost
1 parent ac04a20 commit 0a63564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Here is a table of algorithms, the figure, name of the algorithm in the book and
111111
| 18.8 | Cross-Validation | `cross_validation` | [`learning.py`][learning] | | |
112112
| 18.11 | Decision-List-Learning | `DecisionListLearner` | [`learning.py`][learning]\* | | |
113113
| 18.24 | Back-Prop-Learning | `BackPropagationLearner` | [`learning.py`][learning] | Done | Included |
114-
| 18.34 | AdaBoost | `AdaBoost` | [`learning.py`][learning] | | |
114+
| 18.34 | AdaBoost | `AdaBoost` | [`learning.py`][learning] | Done | Included |
115115
| 19.2 | Current-Best-Learning | `current_best_learning` | [`knowledge.py`](knowledge.py) | Done | Included |
116116
| 19.3 | Version-Space-Learning | `version_space_learning` | [`knowledge.py`](knowledge.py) | Done | Included |
117117
| 19.8 | Minimal-Consistent-Det | `minimal_consistent_det` | [`knowledge.py`](knowledge.py) | Done | |

0 commit comments

Comments
 (0)