-
Hi Hrayr, It's been a while and I hope you are doing well? Please this is the code I entered to get the prediction with CI, but it is now working. Please, I need your help
python -m mimic3benchmark.e…
-
I was reading papers on `automl` and architecture search. There are actually lot of ways to do so, one very obvious to train different model directly.
I was wondering what this library is using ?
-
When setting the max_budget > max_runtime and setting the budget to runtime the program crashes (logically), but the error messages is non descriptive: `KeyError: 'Imputation:strategy'`
```
from a…
-
Hi,
some of our internal benchmarks showed that sometimes a [PowerTransformer](https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PowerTransformer.html) can substantially impro…
-
When running `examples/basics/basic_classification.py` on a CPU, I receive the following output and error:
```
11:11:18 WORKER: start listening for jobs
11:11:18 [AutoNet] Start bohb
11:11:18 DI…
-
hi,auto-pytorch is only support classification task??
If I have some special issue and some loss function, can I use this for find hyper-parameter like classification task?