1
0
mirror of https://github.com/gsi-upm/sitc synced 2024-09-27 15:41:43 +00:00

Typo pecualarities fixed

This commit is contained in:
Carlos A. Iglesias 2017-03-06 14:42:05 +01:00 committed by GitHub
parent 5c5db4fe7a
commit 5d682702ef

View File

@ -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."
]
},
{