Skip to content

Commit 0113f2b

Browse files
committed
deletet the note about diabetes dataset
1 parent 97548d0 commit 0113f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ Navigate into `src/ex3_kmeans_plus_plus.py` and have a look at the code.
9898

9999
### Task 4 (Optional): Comparison between k-Means and Gaussian Mixture Models
100100

101-
Navigate into `src/ex4_gmm.py` and have a look at the code. We are creating synthetic dataset with three classes (the same that we used in the lecture) an want to compare k-means clustering and GMMs. If you want, you can take the diabetes dataset from Day 04. Implement the TODOs in the file.
101+
Navigate into `src/ex4_gmm.py` and have a look at the code. We are creating synthetic dataset with three classes (the same that we used in the lecture) an want to compare k-means clustering and GMMs. Implement the TODOs in the file.

0 commit comments

Comments
 (0)