Code Monkey home page Code Monkey logo

Comments (6)

Glavin001 avatar Glavin001 commented on May 14, 2024 1

I also want assistance managing numerous duplicate issues for my project https://github.com/Glavin001/atom-beautify

I developed https://github.com/Glavin001/issuebot with this goal in mind. I'd like to rebuild it using Probot.

from ideas.

bkeepers avatar bkeepers commented on May 14, 2024

Check out https://github.com/probot/duplicate-issues as a starting point.

There's an instance of it running at https://github.com/apps/duplicate-issues. The app still needs some tweaking and improvement, which is why it's not listed on the Probot site yet.

GitHub
duplicate-issues - A probot plugin for automatic issue duplicate detection
GitHub
GitHub is where people build software. More than 25 million people use GitHub to discover, fork, and contribute to over 70 million projects.

from ideas.

rsarky avatar rsarky commented on May 14, 2024

There's an instance of it running at https://github.com/apps/duplicate-issues. The app still needs some tweaking and improvement, which is why it's not listed on the Probot site yet.

Where exactly does the app need to be improved? Are there any examples where the app doesn't work as it is supposed to? @bkeepers

GitHub
GitHub is where people build software. More than 28 million people use GitHub to discover, fork, and contribute to over 80 million projects.

from ideas.

bkeepers avatar bkeepers commented on May 14, 2024

Where exactly does the app need to be improved?

  • The matching algorithm is very crude. Ideally it would to use some more sophisticated machine learning, but I don't exactly know what that would be
  • Performance is not great because it doesn't persist the training data, so it has to fetch all issues whenever a new issue is open

from ideas.

rsarky avatar rsarky commented on May 14, 2024

The matching algorithm is very crude. Ideally it would to use some more sophisticated machine learning, but I don't exactly know what that would be

So no fuzzy searching? There are some options like https://www.npmjs.com/package/string-similarity and https://www.npmjs.com/package/similarity but they don't use complex ML algos. I don't think we need ML for this application.

Performance is not great because it doesn't persist the training data, so it has to fetch all issues whenever a new issue is open

We can maintain a issues array and whenever a new issue is opened push that issue into the array so that all the issues need not be fetched everytime?

from ideas.

Berkmann18 avatar Berkmann18 commented on May 14, 2024

Does anyone know if that bot or something similar is now functional?

from ideas.

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.