From ba08a9a2641a264464e475a727f2d8c959a885b0 Mon Sep 17 00:00:00 2001 From: "Carlos A. Iglesias" Date: Wed, 21 Feb 2024 11:02:09 +0100 Subject: [PATCH] Update 2_4_Preprocessing.ipynb Updated links --- ml1/2_4_Preprocessing.ipynb | 1 - 1 file changed, 1 deletion(-) diff --git a/ml1/2_4_Preprocessing.ipynb b/ml1/2_4_Preprocessing.ipynb index bc174d4..f0ef2ed 100644 --- a/ml1/2_4_Preprocessing.ipynb +++ b/ml1/2_4_Preprocessing.ipynb @@ -163,7 +163,6 @@ "source": [ "* [Feature selection](http://scikit-learn.org/stable/modules/feature_selection.html)\n", "* [Classification probability](http://scikit-learn.org/stable/auto_examples/classification/plot_classification_probability.html)\n", - "* [Mastering Pandas](https://learning.oreilly.com/library/view/mastering-pandas/9781789343236/), Femi Anthony, Packt Publishing, 2015.\n", "* [Matplotlib web page](http://matplotlib.org/index.html)\n", "* [Using matlibplot in IPython](http://ipython.readthedocs.org/en/stable/interactive/plotting.html)\n", "* [Seaborn Tutorial](https://stanford.edu/~mwaskom/software/seaborn/tutorial.html)"