-
This should reduce memory usage.
See also https://github.com/scikit-learn/scikit-learn/issues/2639.
-
This list tracks the compatibility status of packages that depend on or support NumPy. If "compatible release on PyPI" does not say "yes" but a version number is listed: this is based on plans announc…
-
It seems like `Optimizer.get_weights()` is being removed. SciKeras was using it to serialize optimizer weights since SavedModel silently fails to do so (see https://github.com/tensorflow/tensorflow/is…
-
```
The gallery page contains only images without any description, we could do
better, e.g. something like [1].
Some ideas how to improve script/gen_gallery.py might be found at [2] :)
[1] http://s…
-
we create a julia-wrapped python package `kmeans` as in https://github.com/Suzhou-Tongyuan/jnumpy/tree/main/demo/kmeans, and a segfault occurs when testing on a 64-bit archlinux using the AMD architec…
-
Dear All,
For multi-class classifiers, we do not know what probability value will maximize the accuracy or F1 score. Or any metric for which you need to trade-off between FP and FN. So we wrote a s…
-
# Accuracy of autosklearn can be improved with Intel® Extension for Scikit-learn
## What is this?
[Intel® Extension for Scikit-learn](https://github.com/intel/scikit-learn-intelex) provides drop…
-
The list of available distance metrics is currently stored in a private list called `_VALID_METRICS` (https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/metrics/pairwise.py#L1237). It'd …
-
I've had a few reviews recommending the use of `np.testing.assert_allclose()` (or was it `assert np.allclose()`?) instead of `assert_array_almost_equal` but there doesn't seem to be a consensus (https…
-
I've tried to finetune the llm4decompile-6.7b model on my dataset and the result is impressive.
My own dataset looks like the following format
```{'instruction': 'MY_CUSTOMIZE_QUESTION, 'input': '',…