Lorenzo
Lorenzo
Hi, At the moment this is not in our priority list as it doesn't seems that users are keen to have this feature. I would be happy to follow if...
Hi, thanks for using Smartcore. Could you provide an example with current output and the output you expected?
yes unfortunately we never managed to provide proper serialization for `SVCParameters`. Honestly I don't remember at the moment what the issue was. If I remember correctly `Kernel` is basically a...
you can open a Pull Request and I can take a look to it, please provide a test also
> replace the Kernel field with an enum and then pattern match with the correct kernel function. that would be great! take the time needed, as a project we aim...
thanks a lot! could you try to do the same for other structures that implement `Display`? Could you find a way to avoid printing the `_phantom` fields?
Good job. This could be merged but it will fix only the Gaussian, what about the other distributions? Please double check that all of them return well formatted output. EDIT:...
Thanks, can you point out to an existing implementation? we try to follow API standards set by `sklearn`
I would suggest to keep `statistical` as compact as possible to allow reuse. For the ones interested, we are working on wider scope ML library at [smartcorelib ](https://github.com/smartcorelib/smartcore); we ported...
Thanks for this library! This is relevant because it is quite difficult at the moment to run more than 3/4 test rounds without running into some sort of constraint violation...