From 9b573d292d67b2705917ad973caccc355a6a94a7 Mon Sep 17 00:00:00 2001 From: "Carlos A. Iglesias" Date: Wed, 21 Feb 2024 11:41:42 +0100 Subject: [PATCH] Update 2_5_2_Decision_Tree_Model.ipynb Updated links --- ml1/2_5_2_Decision_Tree_Model.ipynb | 1 - 1 file changed, 1 deletion(-) diff --git a/ml1/2_5_2_Decision_Tree_Model.ipynb b/ml1/2_5_2_Decision_Tree_Model.ipynb index 9106b7a..bf6adf8 100644 --- a/ml1/2_5_2_Decision_Tree_Model.ipynb +++ b/ml1/2_5_2_Decision_Tree_Model.ipynb @@ -509,7 +509,6 @@ "metadata": {}, "source": [ "* [Plot the decision surface of a decision tree on the iris dataset](https://scikit-learn.org/stable/auto_examples/tree/plot_iris_dtc.html)\n", - "* [Python Machine Learning](https://learning.oreilly.com/library/view/python-machine-learning/9781789955750/), Sebastian Raschka, Packt Publishing, 2019.\n", "* [Parameter estimation using grid search with cross-validation](https://scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html)\n", "* [Decision trees in python with scikit-learn and pandas](http://chrisstrelioff.ws/sandbox/2015/06/08/decision_trees_in_python_with_scikit_learn_and_pandas.html)" ]