Giter VIP home page Giter VIP logo

Comments (6)

lmcinnes avatar lmcinnes commented on April 27, 2024

Hi,

Thanks for tracking down the details. In summary the issue is the following: umap uses an approximate k-neighbor algorithm to find the n_neighbors points closest to each point. Apparently that algorithm has failed to find the full n_neighbors points (with the remaining neighbors set to a flag value of -1). As you note, this breaks a lot of stuff downstream in the code. First of all some better error checking so that a more sensible error message is displayed would be useful, so I'll try to get that done ASAP. After that it is a matter of tracking down why the approx knn algorithm is failing, which may take longer to sort out.

from umap.

lmcinnes avatar lmcinnes commented on April 27, 2024

I believe I have resolved the error, but would appreciate it if you could check if that is the case using the current master. Let me know if it works now, thanks!

from umap.

MaximeBeauchene avatar MaximeBeauchene commented on April 27, 2024

I have cloned your git :
git clone https://github.com/lmcinnes/umap.git

After i have done : python3 setup.py install
And i still have the same issue !

from umap.

MaximeBeauchene avatar MaximeBeauchene commented on April 27, 2024

The git log say the last commit is :

commit da6fe79
Author: Leland McInnes [email protected]
Date: Mon Nov 13 11:46:01 2017 -0500

Match new calling convention better

5 hours before you answered me, have you push the fix ?

from umap.

lmcinnes avatar lmcinnes commented on April 27, 2024

I did indeed push the fix. I have found that I sometimes need to purge the previous version from my site-packages directory prior to a re-install before it takes. Could that be an issue?

from umap.

MaximeBeauchene avatar MaximeBeauchene commented on April 27, 2024

Thanks a lot !

It is working great.

Good job.

from umap.

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.