Gil
Gil
yup, and then find places where you can use it. You could also use the `make_clone` function instead, but it would be the same
https://github.com/shogun-toolbox/shogun/blob/78cfc5f4ef6daf196819f900234be7d5455bc3a1/src/shogun/multiclass/tree/RelaxedTree.cpp#L299
@karlnapf are those the flags you would expect a shallow copy to use?
@javiermaldonadoc i think this is currently in progress in #4899
feature added in #4899
C4.5 is being added in #4918
@karlnapf @vigsterkr I am assuming we should also remove `fequals_epsilon` in env in favour of `std::numeric_limits::epsilon`?
Hi, sure, those can be moved as well. Easiest is to start a PR and can take it from there.
You mean this would be like a promise that can the be computed asynchronously? Could you give an example of a lambda you would want to pass please? From the...
> We wouldnt want to store the lambda. The class just offers the lambda to the observer, which can decide to call it (and store the information), or not. It...