Peter Dekker

Results 5 issues of Peter Dekker

The ART1 documentation says that calling predict/train on the same model multiple times, trains a new model: http://neupy.com/modules/generated/neupy.algorithms.ART1.html Thus I would expect that they give the same result. However, different...

Not all parameters that are documented for ART1, are, as far as I can see, actually used: http://neupy.com/modules/generated/neupy.algorithms.ART1.html Three parameters which come from BaseNetwork: show_epoch, shuffle_data and signals, are not...

If _sanitize_string gets an argument of a type it does not recognize (in my case: numpy._str), it gives an error. This happens because there is no 'else' case, only elif's...

When running the pipeline for input files with the same prefix, the files are combined to one output file. Now I am testing on many-core hardware, it becomes apparent that...

investigate

Since I use a new version of ```sklearn```, ```six``` is no longer part of ```sklearn```, but a separate library. Hence, seqlearn gives an error, when trying to run a perceptron:...