Skip to content

Commit

Permalink
0603 spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanrongen committed Mar 6, 2024
1 parent 7006d30 commit d519534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion materials/mva-intro.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This is a statistical technique for reducing the dimensionality of a data set. T

## K-means clustering

This is a method for grouping observations into clusters. It groups data based on similarity and is an often-used method unsupervised machine learning algorithm.
This is a method for grouping observations into clusters. It groups data based on similarity and is an often-used unsupervised machine learning algorithm.

It groups the data into a fixed number of clusters ($k$) and the ultimate aim is to discover patterns in the data.

Expand Down
2 changes: 1 addition & 1 deletion materials/mva-kmeans.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ exec(open('setup_files/setup.py').read())

## Purpose and aim

This is a method for grouping observations into clusters. It groups data based on similarity and is an often-used method unsupervised machine learning algorithm.
This is a method for grouping observations into clusters. It groups data based on similarity and is an often-used unsupervised machine learning algorithm.

It groups the data into a fixed number of clusters ($k$) and the ultimate aim is to discover patterns in the data.

Expand Down

0 comments on commit d519534

Please sign in to comment.