Bharat Raghunathan
Bharat Raghunathan
@vinayak-mehta as mentioned above, removing the `$` makes it easily copy-pastable for users in a bash shell and the '```bash' helps in syntax highlighting bash-specific commands such as `cd`, if...
@crweiner I've added an issue template to make it easier to add any new organization to the swag list! As I cannot create issues on a forked repo, can you...
Working on [3.1. Cross-validation: evaluating estimator performance](https://scikit-learn.org/stable/modules/cross_validation.html)
@merveenoyan can I contribute to the task description and metrics for this page?
I get one test failure from running `python dev.py test` but no longer get the internal errors that were present in #18912 ``` ============================================ FAILURES ============================================= __________________________________ test_all_modules_are_expected __________________________________ scipy/_lib/tests/test_public_api.py:255:...
Also `pip list` gives me this: ``` Package Version ----------------------------- -------------- accessible-pygments 0.0.4 alabaster 0.7.16 anyio 4.3.0 argon2-cffi 23.1.0 argon2-cffi-bindings 21.2.0 array_api_strict 1.1.1 arrow 1.3.0 asttokens 2.4.1 asv 0.6.3 asv_runner...
> `scikit-umfpack` still depends on `scipy`: https://github.com/scikit-umfpack/scikit-umfpack/blob/ce77944bce003a29771ae07be182af348c3eadce/pyproject.toml#L19 > > So I'm fairly sure we want to avoid this still, to not have another `scipy` package installed in the environment whenever...
> It would be reasonable to install `scikit-umfpack` in one or two CI jobs. If it's done _after_ `scipy` is installed into the environment (so with `pip install`, not using...
Yes I'm still working on this