Giter Club home page Giter Club logo

providence's Introduction

Providence

Predicting good deadlines is hard. Wouldn't it be great if you could just plug in some details about a current project and a magic machine would tell you when it would be done? The Providence project is to use machine learning algorithms to try and build such a machine - or at least as close as we can manage.

It's a work in progress and it currently produces inconsistent estimates. The main resource the project needs to improve is data. If you keep detailed logs of features and effort in projects please consider uploading the data to an open data repository such as the PROMISE repository. It would be a great help to me and others working in the software effort field!

How does it work?

The core algorithm is fairly simple it just takes your best estimate and doubles it. Well it's a little more complex than that but not too much. It's based on work by Shan He and Leandro Minku who applied machine learning algorithms to software effort datasets to build models that could predict the effort of future projects. The algorithm uses a multi-objective algorithm to optimise for different error metrics simueltaneously which smooths over problems with the individual metrics. After running it for some number of generations the best non-dominated solution for each metric goes into an ensemble. When a new project comes in the project is fed to each of the members in the ensemble and the average effort over all of the predictions is produced.

How do I use it?

The project comes bundled with a gradle helper so you can compile and run the tool with a single command.

Windows

gradlew execute −x test 

Linux

 ./gradlew execute −x test 

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.