Giter Site home page Giter Site logo

Comments (6)

idomic avatar idomic commented on May 29, 2024 1

Check out if sklearn supports it?

from sklearn-evaluation.

edublancas avatar edublancas commented on May 29, 2024 1

I have not added the visualization for clustered data plot as shown here since it would get complicated when features > 2. If it's needed I can spend more time on it.

Here you're referring to the scatter plot, right? I don't think we need that anyway, we can just focus on the silhouette plot.

Do we need to add anything elaborate with regards to the silhouette score? As of now there is call to the sklearn silhouette_score as in

We don't need to implement the score since it's already on scikit-learn

from sklearn-evaluation.

neelasha23 avatar neelasha23 commented on May 29, 2024

Added an initial PR for doubt clarification : #70

  1. I have not added the visualization for clustered data plot as shown here since it would get complicated when features > 2. If it's needed I can spend more time on it.
  2. Do we need to add anything elaborate with regards to the silhouette score? As of now there is call to the sklearn silhouette_score as in , but I'm not sure if this is what we want.

from sklearn-evaluation.

idomic avatar idomic commented on May 29, 2024
  1. But for the silhouettes it is covered for 2+ clusters? I also think we should try to put the time while we're at it on the clustered data plots since it usually comes together.
  2. I think the score is good enough for now in addition to the plots.

from sklearn-evaluation.

neelasha23 avatar neelasha23 commented on May 29, 2024
  1. But for the silhouettes it is covered for 2+ clusters? I also think we should try to put the time while we're at it on the clustered data plots since it usually comes together.

yes it will work for 2+ clusters if number of features <=2. When features>2 we would need to plot a multi-dimensional plot I think. I'll check what options are there

from sklearn-evaluation.

neelasha23 avatar neelasha23 commented on May 29, 2024

Completed as part of this PR

from sklearn-evaluation.

Related Issues (20)

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.