Gert-Jan
Gert-Jan
I hit a couple of edge cases and added handling for those
I updated the existing example for performance tracking during training with a more advanced example. For that I need access to the model (at each iteration) in the callback function....
To avoid hitting a bug in the first example script when using the master branch. (cherry picked from commit c852730d6c4484316d3498a6e44ab1e7ab6359d0)
In case of 2-class data, it would be nice to be able to choose a different cutoff point. I.e., in model.predict() compare the decision_function values against a value different than...
Hi, Found your code useful and made several improvements / extensions: 1) made it a module and made the code object oriënted 2) extended the file-based serving to bytestring serving...
It would be nice to have a bit more insight into the training progress (ETA etc). For a grid search, one can set a verbosity level that is taken into...