Git Product home page Git Product logo

Comments (1)

hellojinwoo avatar hellojinwoo commented on May 27, 2024

Sorry for taking it so long to reply you back.

1. Import cudf
It is much easier to install sklearn and it is more of a standard in ML community to use sklearn. So I actually updated my codes to use sklearn instead of cudf. Thank you for your suggestion.

2. GMVP_between_clusters function
It must be due to I used quotation mark ("", '') while using the argparse. For example it should have been --dim_reduction_method PCA, rather than --dim_reduction_method 'PCA'. The README.md file has been updated as well, so please check it out.

3. Components
The default values of no_of_PCA_components and no_of_tsne_components have been updated to 3, just for visualization purpose. The 3-long vectors can be easily visualized in the 3D plots. I would recommend you to experiment with the numbers. In my opinion, I do not think 252-long vectors are long, so we do not need to use dimensionality reduction methods such as PCA.

from ca_gmvp.

Related Issues (1)

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.