summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1579e7c..e88439d 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,5 @@
# 2020 project for the data mining course
* [link to assignment](http://www.cs.uu.nl/docs/vakken/mdm/assignment1-2020.pdf)
-* [link to article datasets part 2](https://www.st.cs.uni-saarland.de/softevo/bug-data/eclipse/promise2007-dataset-20a.pdf)
-
This project is a from scratch implementation of a classification tree using
the theory we learned in the course. We were awarded a 10/10 for the coding