Code Monkey home page Code Monkey logo

deepwaterframework's People

Contributors

aladics avatar chicxurug avatar jsa-research avatar klmntoth avatar viszkoktamas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

deepwaterframework's Issues

Add new feature assembling strategy

Create a new "Manual File Input with Fixed Test Set" strategy, where one can use fixed training and fixed test csv pairs. By default only one pair needs to be set up, but the user can add multiple csv pairs as well. In this case the training won't use 10-fold cross-validation but use the provided train-test csv pairs (if 5 pairs were given, 5-fold will be performed). In this case the models should be dumped as well (pickle for scikit and dump for tensorflow). Dump models in each fold. In a sense, this feature assembling will be the generalization of the automatic 10-fold cross-validation.

Add possibility to use a model for prediction

At the moment, DWF evaluates the models and saves their parameters and performance measures, but not the model itself. A new feature should be added that allows the users to use a trained model for prediction of new data (from csv or whatever that is the input of the feature assembling).

Add priority to experiments and tasks

Each experiment should have a priority (HIGH, NORMAL, LOW) with an extra option, called IMMEDIATE that causes all other tasks to stop and tasks in this experiment will be executed before everything else. Otherwise tasks are executed with a probability proportional to the experiment priorities in a Round Robin fashion.
Tasks should be re-ordered within experiments and run according to this order.

Ignoring IP adress

When I try to run run.bat file after entering username and password I face with this message shown below.
Capture

Can you help me with that?

Client crashes on missing "sandbox" folder

The learning algorithms crash if the is no sandbox folder in the client working directory. In general, we should check if the folder is there before deltion and do not fail if there is not.

Issue with handling samba passwords

The rebuild_run_and_init script asks for a Samba username but not for password on the first run. After the second run, it asks for both. Make it ask for both or none of them.

Calculate cheksum on files

When the user selects the path of an input file, a checksum should be calculated for that input and sent along with the path, so that the client can check if the file it founds on the path is the same what the user selected.

Add filter for tasks

A simple, general search box that searches strings anywhere in the task list.

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.