PAB
PAB
So far, the norm implemented in Numba returns a scalar. Passing an axis argument would potentially make the norm function return a 1d array (e.g. norm of the rows/columns). Since...
@stuartarchibald @esc @sklam I'm a new contributor. Do I need to place my PR in a queue before review?
@esc alright! thanks for the quick response :D
I can reproduce the bug with a segmentation fault on my machine. This behavior is expected since the compiled code is accessing a non-existing element in memory (`self.Xty`). A simple...
@YuhanLiin i'm implementing the `Fit` trait for the multi-task ENET. However, I don't know how to deal with Linfa API to handle the multi-task case. I created a `MultiTaskElasticNet` struct,...
@YuhanLiin Thanks for all the remarks! I passed your comments on the latest commit. As for making `coordinate_descent` generic across 1D and 2D arrays, I don't think it is a...
Since #206 has been merged, ElasticNet is now easier to adapt to the multi-task case. I'm still working on it. Roadmap before merging: - [ ] Make `variance_params` generic for...
Cleaning the `outputs` folder did the trick for me.
@sklam do you want me to compress the implementation? We can discuss it in more details if needed. This feature would still be a very valuable addition if it could...