aron

Results 33 issues of aron

* Creates a new project * Then go to File -> New Project * A dialog will appear asking if you want to save it * the save and don't...

easy
bug

The original UI Editor and KV Lang source code are not easy to fix, and completely buggy. It's necessary to refactor these components, make them testable and the code well...

important
bug

When creating a new project, KD removes the folder if it exists (https://github.com/kivy/kivy-designer/blob/master/designer/app.py#L762). It's better to check if the folder exists, and if so, show a ConfirmDialog to ask if...

enhancement
easy

Check if manifest.webapp exists and copy it to publish folder

Implement (or extend the current logger) to support CSV output.

enhancement
help wanted
easy

add a simple function on utils, which receives the optimizer name, the model parameters, and its arguments. This function will create the optimizer and return it. (if testing multiples optimizers,...

enhancement
help wanted
easy

For a given module, explorer tests a set of different parameters. Can be used with: - abstract API to allow the user to create its own explorer - grid search...

enhancement

Module that walks through a set of different models (or different objects, or the same model witth different parameters), training and evaluating. At the ending, a summary of the results...

enhancement