Lorenzo
Lorenzo
thanks for the great work. this didn't fix for me. I used the latest version and the `audio` subpackage is still missing.
I suppose the major possible improvement that Rust can produce will be based on its built-in concurrency. As far as I can understand, this project is in the early phase...
Is it possible to have merged all the three PRs about installing/building in this branch and close the other ones? Once they are in the same branch will be easier...
thanks for finding this 👍
I think the right approach would be to return an error if `log_likehood` is NaN. Let me check.
thanks for using `smartcore`. we will be glad to take a look to a PR for this or anything else you want to contribute. P.S. we would like to keep...
I had to implement the new() method as it looked like the best way of passing the estimators to `cross_validate` and `cross_validate_predict`. If you find a better way would be...
@morenol from a programming perspective I agree, but writing `::` is really not viable for an interface that has to face an end-user. Think if you had to write that...
> > Even though, it looks like more easy to use this passing the parameter, it looks weird to me to pass an unitialized empty struct, instead we can take...
Hi, thanks for using `smartcore` and finding this. It looks like at the moment `cross_validate` works only for types that implement `SupervisedEstimator` trait; SVC implement `SupervisedEstimatorBorrow` instead, that is a...