Giter Club home page Giter Club logo

l3wrapper's Introduction

Computers are not the thing. They are the thing that gets us to the thing. - Halt And Catch Fire

l3wrapper's People

Contributors

g8a9 avatar mrandri19 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

elianap

l3wrapper's Issues

Sort items in the human readable format.

Currently, rules are generated with a human-readable format if the relative parameter is set to True. However, items do not have always the same order in different rules. This makes the model harder to read.
It might be useful to assign an initial order to items (lexicographical?) and stick with it when generating the rules files.

Parallelizing "fit()" does not work.

Given an instance of L3Classifier, the parallelization of the fitting (e.g. via GridSearchCV or joblib.Parallel is not working due to the inner functioning of L3. Its binaries create intermediate result files during for example DBCoverage and more. These are not labeled with a stem or token, hence they come in contrast if multiple runs of the same executable are active in the same working directory.

The problem might be overcome by creating a new folder on the fly (yet, I know, another IO operation), moving into it and perform training.

Dumping a fitted model for further uses.

Currently, the classifier allows saving rules in a human-readable format. This is done for visualization purposes solely.
It might be useful to exploit these two resulting files or even another (possibly compressed) format of them to dump the fitted model and store it for later uses.
The enhancement can be seen as a way to create a checkpoint of a fitted model and to allow users to reconstruct the model for further inferences.

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.