...

/

K-Means discretization

K-Means discretization

This lesson aims to illustrate a discretization method that uses the k-means algorithm called k-means discretization. We will explore how the algorithm works, some points to consider when working with k-means methods, and of course, the python code for this technique.

K-Means discretization

This discretization algorithm is an unsupervised univariate discretization algorithm that applies the classical K-means clustering to one-dimensional continuous data.

K-Means Clustering algorithm is first used to partition the input data values into ...

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy