Git Product home page Git Product logo

wekanose's Introduction

WekaNose

Allows weka to smell your code

codebeat badge Codacy Badge

WekaNose is a tool that allows to perform an experiment, that aims to study code smell detection through machine learning techniques. The experiment's purpose is to select rules, or obtain trained algorithms, that can classify an instance (method or class) as affected or not by a code smell. These rules have the main advantage that they are extracted through an example-based approach, rather then a heuristic-based one. This experiment is divided in two main part:

  • the first one concern the creation of the dataset
  • the second part where the machine learning algorithms are trained and tested using the dataset created in the first part.

Information

For every further information about this tool:

Problems

For report any problem please check if already exist an Issue on GitHub about it:

  • if there isn't one please add an Issue
  • if there is one please leave a comment

SonarQube plugin

It is now available a SonarQube plugin that allows to use the machine learning algorithms, provided by WEKA and trained using the dataset generated by WekaNose, as actual code smell detector and it is available here.

Road map

The next steps in this project are:

  • integrating Auto-WEKA in order to make the training of the machine learning algorithms more user-friendly;
  • add a new feature that allows the user to exploit semi-supervised learning (such as active learning) to speed-up the labelling process;

If you are interested in contributing to this project in any way (suggestion of improvement, hint on what feature to add or even pull request) do not hesitate to contact me at [email protected].

Tools used by this one

wekanose's People

Contributors

uazadi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wekanose's Issues

no sandbox class

A useful project! But I have to say that the sandbox class isn't in this project.

Weka installation required

Right now if you want to be sure that all the machine learning algorithms will run without problem you need to install WEKA.
That's because some algorithms, like LibSVM, create automatically a parameter -model (where WEKA path is C:\User\ProgramFiles\Weka in Windows, /home/user/Weka otherwise).

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.