Adam Pocock
Adam Pocock
> Also, another question sort of related to this one, say I have this block of code: > > ``` > var mutableValidationDataset = new MutableDataset(wineSource); > for (var i:...
What else did you need apart from the regression outputs? The features and ground truth outputs should be simple to access.
Sure. This PR isn't consistent with the others wrt the use of a static final `CURRENT_VERSION` field either but we can catch that up later.
Cool. How was the speed vs the implementation in MIToolbox? We're (slowly) working on a python API for FEAST, it's currently in the development branch.
Can you use Matlab/octave in colab? There isn't a python interface to MIToolbox.
MIToolbox operates on discrete inputs so you will need to discretise them before using it, otherwise it will apply a standard discretisation which probably doesn't do what you want. In...
There are many different binning algorithms. Equal frequency binning (where the bin widths are set to ensure each bin has the same number of elements in it) interacts oddly with...
Multi-class is fine.
Would this TF-core have a C API as well as a C++ one, or is that planned to live elsewhere?
I've thought about this in the context of other probabilistic programming systems, and I think ONNX doesn't necessarily have sufficient operators to implement MCMC, and it might not have enough...