-
> By having a wild thought on start a career on Artificial intelligence, started today to do a tiny research on how to study AI. It turns out it consist of a shit black hole of knowledges, which means…
-
Hey, I would like to calculate the mentioned jacobians. Right now I'm trying this:
```python
func, params, buffers = make_functional_with_buffers(model)
J = jacrev(lambda p: func(p, buffers, inpu…
-
Regression (_e.g._ linear regression, logistic regression, poisson regression, etc) is a very important in machine learning. Many problems can be formulated in the form of (regularized) regression.
…
-
[edit by @Lekensteyn]
This issue affects newer laptops (from about 2015-2016) with Skylake and GTX 9xxM/10xx cards/
A workaround exists for some laptops, see https://github.com/Bumblebee-Project/Bum…
-
Implementation for running on Intel DevCloud
- References
- https://software.intel.com/content/www/us/en/develop/tools/devcloud.html
- https://github.com/intel/vscode-oneapi-devcloud-connecto…
-
Hi,
First of all, thanks for a great product! I've been using Shapley-value-induced black-box model explanations for a few years now, starting with the work of Strumbelj and Kononenko (http://lkm.f…
-
This question likely stems from my poor understanding of sklearn and apologies if this has been answered but I was wondering why for some estimators, such as `SVC()`, the `max_iter` argument can be se…
-
This is more a feature request or policy question than a bug report.
I'm wondering whether you would like to add an argument allowing to easily compute sandwich (heteroskedasticity-robust), bootstrap…
-
the #19 reminds me of how some users can be confused given the code lets the second argument to `.fit()` and `.transform()` optional with `y=None`. The only reason we have `y=None` is to try follow sk…
-
## Context: the new `global_random_seed` fixture
#22749 introduces a new `global_random_seed` fixture to make it possible to run the same test with any seed between 0 and 99 included. By default, w…