Giter Site home page Giter Site logo

Comments (4)

ZaibyS avatar ZaibyS commented on May 29, 2024

@espin086
Today, I did R&D to integrate a clustering model. So we can have the following approach that we view all available models, select specific ones from the list, and subsequently apply clustering algorithms to the data. Then analyze the resulting statistics, including Silhouette, Calinski-Harabasz, Davies-Bouldin, etc., for each model. And then identify and choose the most effective model based on these metrics. This chosen model can be then utilized for clustering the data and assigning labels accordingly. The reason is that in Pycaret we do not have compare_model functionality in clustering which compares the metrics and chooses the best models as we have in classification and regression and we have to choose the model manually. Alternatively, we can opt for another approach by utilizing a single fixed model, such as k-means, across all datasets or problems and have the elbow method to determine the optimal number of clusters for that dataset. Subsequently, we can cluster the dataset using k-means with the identified best number of clusters.

from autolearn.

ZaibyS avatar ZaibyS commented on May 29, 2024

@espin086
Which approach should we proceed with, and which one seems more suitable to you?

from autolearn.

espin086 avatar espin086 commented on May 29, 2024

@ZaibyS - let’s keep it simple for now and please do this:

  1. Run a bunch of different clustering models
  2. Display their metrics like we do for the regression and classification
  3. Only select the best model so it can be downloaded, this way it matches how we select and download the best model. To select the best model use the Silhouette score and pick the one with the best siloutte

from autolearn.

ZaibyS avatar ZaibyS commented on May 29, 2024

@espin086
Done with the implementation of the clustering model and all the different clustering models execute, displaying their metrics. The model with the highest silhouette score is chosen as the best model and have also conducted testing on various clustering datasets.

from autolearn.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.