smartcore
smartcore copied to clipboard
Implement `BaseMatrix` for `ndarray::ArrayView2`
Why is this limited to owned arrays here? I'd rather not need to make a copy each time I train a model. https://github.com/smartcorelib/smartcore/blob/521dab49ef92a955eb860ca195c89feab17c4b59/src/linalg/ndarray_bindings.rs#L185-L187