You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 happy to go for it.
I'm submitting a
Current Behaviour:
Currently, traits in https://github.com/smartcorelib/smartcore/blob/development/src/api.rs#L24 requires implementation of
fn new() -> Self;
, I think that instead we should rely on Default::default,Do you want to work on this issue?
Yes
Any thoughts?
The text was updated successfully, but these errors were encountered: