From 5d682702ef59c3110067bedeaace94e377de5c11 Mon Sep 17 00:00:00 2001 From: "Carlos A. Iglesias" Date: Mon, 6 Mar 2017 14:42:05 +0100 Subject: [PATCH] Typo pecualarities fixed --- ml1/2_5_2_Decision_Tree_Model.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ml1/2_5_2_Decision_Tree_Model.ipynb b/ml1/2_5_2_Decision_Tree_Model.ipynb index a3aa9b0..dee2fdb 100644 --- a/ml1/2_5_2_Decision_Tree_Model.ipynb +++ b/ml1/2_5_2_Decision_Tree_Model.ipynb @@ -58,7 +58,7 @@ "\n", "There are a number of well known machine learning algorithms for decision tree learning, such as ID3, C4.5, C5.0 and CART. The scikit-learn uses an optimised version of the [CART (Classification and Regression Trees) algorithm](https://en.wikipedia.org/wiki/Predictive_analytics#Classification_and_regression_trees).\n", "\n", - "This notebook will follow the same steps that the previous notebook for learning using the [kNN Model](2_5_1_kNN_Model.ipynb), and details some pecualiarities of the decision tree algorithms." + "This notebook will follow the same steps that the previous notebook for learning using the [kNN Model](2_5_1_kNN_Model.ipynb), and details some peculiarities of the decision tree algorithms." ] }, {