-
# Code sample
Taking a look at the return logs of the learners, e.g. the logistic regression one:
```python
log = {'logistic_classification_learner': {
'features': features,
…
-
* [x] support `score` method for use with `GridSearchCV`
* [x] use custom Ridge solver for speed and multiple regularization types (i.e., Ross's Fourier-based code)
* [x] change to positive lags for…
-
I think this project would benefit from one or multiple tests, that catch performance regressions. At work we use this gem in a few services and plan to use it even more. Unfortunately we have to use …
-
```
FYI
https://code.djangoproject.com/ticket/18284
From Ticket:
-------------
Attempts to save multiple values for a ManyToManyField? will only save one. It
appears to follow the same pattern for …
-
**How to categorize this issue?**
/area quality
/kind enhancement
**What would you like to be added**:
Currently etcd uses initContainers to change file owners: https://github.com/gardener/etc…
-
I have tried to use multi_gpu_model function to train on multiple GPU.
But when I edit the code as: training_model = multi_gpu_model(model, gpus=2), I got this error
The name "masks" is used 2 times…
-
### Description
When we are giving the "Limit Access" permission while picking Photos from Gallery in iOS platform, it seems to work first time, but in 2nd attempt it is not picking the single select…
-
We're still working on a tiny test case to exhibit the problem (and which will be added as a regression test), but Todd's work with `semantic version` on 2023-08-23 indicated strongly that multiple ma…
-
I think #3432 introduced a significant regression in the way the Wasm modules are instantiated, in that it appears that it now re-creates the entire Wasmi engine for each invocation, instead of creati…
-
#### Description:
Refactor all components that are currently fetching data directly, to use TanStack Query if they are not already. The current approach involves manual state management and inconsiste…