Vilen Jumutc

Results 7 issues of Vilen Jumutc

If this PR is good enough is it possible to update pypi version of `duckling` as well? Kind regards, Vilen

The overall pipeline looks the same except some minor details: ``` # Library import from miscnn.processing.preprocessor import Preprocessor # Create and configure the Preprocessor class pp = Preprocessor(data_io, data_aug=data_aug, batch_size=2,...

bug

In the `fullimage` mode I get this on predicting a batch: ``` --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in ----> 1 model.predict(sample_list[0:2]) ~\anaconda3\envs\bacteria_cfu\lib\site-packages\miscnn\neural_network\model.py in predict(self, sample_list, return_output, activation_output) 168...

bug

Please extend API of `org.lenskit.util.table.Column` or `org.lenskit.util.table.Table` with some methods to find the best performing algorithm and grouping by columns, for instance: in `org.lenskit.util.table.Table` it could be: - `Table groupByColumn(String...

When calling Optunity from `julia` we sometimes get strange exceptions like: ``` ERROR: LoadError: PyError (:PyObject_Call) AttributeError("'CallLog' object has no attribute '_lock'",) File "/users/stadius/vjumutc/Research/Repositories/optunity/optunity/api.py", line 212, in minimize pmap=pmap) File...

bug
wontfix
Julia

We need a generic API suitable for different ERM-based approaches. Right now some signatures (for instance `optimize` method) are completely tailored towards only one hyperparameter λ. In general there should...

- [ x] I have searched to see if a similar issue already exists. **Is your feature request related to a problem? Please describe.** Now there is no click event...

enhancement
needs designing