Skip to content
#

automated-machine-learning

Here are 109 public repositories matching this topic...

nni
shenoynikhil98
shenoynikhil98 commented Mar 23, 2022

https://github.com/microsoft/nni/blob/8d5f643c64580bb26a7b10a3c4c9accf617f65b1/nni/compression/pytorch/speedup/jit_translate.py#L382

While trying to speedup my single shot detector, the following error comes up. Any way to fix this,

/usr/local/lib/python3.8/dist-packages/nni/compression/pytorch/speedup/jit_translate.py in forward(self, *args)
    363 
    364         def forward(self, *
autokeras
featuretools
mljar-supervised
moshe-rl
moshe-rl commented Nov 30, 2021

When using r2 as eval metric for regression task (with 'Explain' mode) the metric values reported in Leaderboard (at README.md file) are multiplied by -1.
For instance, the metric value for some model shown in the Leaderboard is -0.41, while when clicking the model name leads to the detailed results page - and there the value of r2 is 0.41.
I've noticed that when one of R2 metric values in the L

bug help wanted good first issue
MichalChromcak
MichalChromcak commented Apr 1, 2022

I published a new v0.1.12 release of HCrystalBall, that updated some package dependencies and fixed some bugs in cross validation.

Should the original pin for 0.1.10 be updated? Unfortunately won't have time soon to submit a PR for this.

good first issue dependencies
FEDOT
gkirgizov
gkirgizov commented Apr 4, 2022

Current type hints are using np.array which is... actually not a even class, but a convenience function for creation of np.ndarray.
But instead of just substituting usages of np.array, it's better to use types from numpy.typing module, which was introduced in Numpy 1.20. (https://numpy.org/devdocs/reference/typing.html#module-numpy.typing). Besides parameterized NDArray[DType] it also i

enhancement good first issue refactoring
RemixAutoML

Improve this page

Add a description, image, and links to the automated-machine-learning topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the automated-machine-learning topic, visit your repo's landing page and select "manage topics."

Learn more