From 10e557b8907ba3fe554fe4a72966324780b4026f Mon Sep 17 00:00:00 2001 From: yashvarshney003 <59112785+yashvarshney003@users.noreply.github.com> Date: Thu, 3 Dec 2020 19:51:21 +0530 Subject: [PATCH] Link is not working. --- .../py_ml/py_knn/py_knn_understanding/py_knn_understanding.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/source/py_tutorials/py_ml/py_knn/py_knn_understanding/py_knn_understanding.rst b/source/py_tutorials/py_ml/py_knn/py_knn_understanding/py_knn_understanding.rst index 040a5b5..ebde009 100644 --- a/source/py_tutorials/py_ml/py_knn/py_knn_understanding/py_knn_understanding.rst +++ b/source/py_tutorials/py_ml/py_knn/py_knn_understanding/py_knn_understanding.rst @@ -115,7 +115,6 @@ If you have large number of data, you can just pass it as array. Corresponding r Additional Resources ====================== -#. `NPTEL notes on Pattern Recognition, Chapter 11 `_ Exercises ===========