• MubelotixOP
      link
      fedilink
      arrow-up
      6
      ·
      5 months ago

      Because it stores the ML model. Everything is local

      • LeFrog@discuss.tchncs.de
        link
        fedilink
        arrow-up
        4
        ·
        5 months ago

        Thx for your answer, makes sense! I was already wondering how the recommendations are generated. Maybe you can put this in the readme as well? I think that will make it more clear what a user can expect.

        • MubelotixOP
          link
          fedilink
          arrow-up
          3
          ·
          5 months ago

          Great idea, thank you for your feedback! I generated embeddings for repositories using a SVC model trained on a dataset containing almost all stars of Github. Recommendations are produced by finding the nearest neighbors in the resulting vectorial space. I might be improving this even further by including forks and watcher data in the future, but it’s becoming expensive to train