We need to analyse which clustering algorithm works best using pycaret library
We are importing Obesity dataset from UCI Library which contains 17 attributes and 2111 records.
It contains target values of:
- Insufficient Weight
- Normal Weight
- Overweight Level I
- Overweight Level II
- Obesity Type I
- Obesity Type II
- Obesity Type III
K-Means Algorithm works best for the given dataset.