Jordi Aranda
Jordi Aranda
Is it currently possible? It seems it only works for local methods.
This is WIP. Happy to hear your thoughts on this @selitvin.
I am trying to use a custom environment (docker-based) within a PythonScriptStep. The environment exists (version=1) in the workspace and has already been successfully built with Docker (build status is...
Hi, first of all kudos for such directive, it's been useful :) Keep up the good work. I have noticed it's not possible to access JSON nested properties from the...
OOM errors pop up when running the notebook on a 8GB GPU. I managed to run it successfully by using half-precision tensors (fp16) instead.
Right now it seems not possible due to how `DiscreteGen`/`ContGen` typeclasses are defined.
I can't seem to build this docker image, mostly due to this ntfy dependency `ruamel.yaml.clib>=0.2.7`. I get the following error: ```bash 3.954 Collecting ruamel.yaml.clib>=0.2.7 3.970 Downloading ruamel.yaml.clib-0.2.8.tar.gz (213 kB) 4.064...
According to the [docs](https://catboost.ai/docs/references/uncertainty.html), `CatBoostRegressor` supports probabilistic forecasts via `RMSEWithUncertainty` loss function. It seems the implementation is based on [NGBoost](https://arxiv.org/abs/1910.03225). Are other target distributions `p(y|x)` (besides the Normal) supported? The...