Clustering

Select the appropriate model : you can choose from a list of all models generated from Build and Evaluate part:

  • Model trained with custom number of clusters

  • Model trained using Elbow method

  • Model trained and tuned with data containing labled target

  • Pre-existing model

If you choose pre-existing model, then you need to enter the name of the model without .pkl extention.

Now you either choose to make prediction for a single observation, which means you have one instance and you want to predict the target, in this case you need to fill manually all the features of that instance, check your entries if they are correct, and click predict, or if you want to predict multiple observations, in this case you need to drag and drop your file that contains observations you want to predict, the file must be a csv or exel file. Click Predict button:

Clustered data will be saved under the file name predicted_data_13.csv where 13 is your session ID.

Last updated