benchopt / benchopt/benchmark_lasso_path
refactor: don't rely on internal scikit-learn functions
Open
- Dominant language
- Python
- Stars
- 4
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
We are current using `_preprocess_data` from `sklearn.linear_model`, but it is not a public API and should not be used. This just created a problem for me since they dropped the `return_mean` argument, which caused the benchmark to fail.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.