-
## Describe the bug
**Command Name**
`az ml model download`
**Errors:**
```
`the following arguments are required: --workspace-name/-w`
```
## To Reproduce:
- `az ml model download --nam…
-
VAEs (Variational Auto Encoders, a type of CNN based ML model) are used in diffusion systems to provide improved results.
-
So I tried to use prophet as usual. But suddenly there's a new error regarding this:
**UnboundLocalError:** local variable 'forecast_df_folds' referenced before assignment
I'm not sure is this j…
-
Allow the auto-ml to use lgbm advanced capabilities:
- internal cv to use early stopping
- automatic gestion of categorical variable
-
To accomodate users with less knowledge about ML, it might be a good idea to incorporate a wrapper for auto-sklearn, which automatically finds a good classification algorithm. It is a drop-in replacem…
-
## Describe the bug
**Command Name**
`az ml job download` (FYI: `az feedback` initially has set this field as `Unknown` for some reason)
**Errors:**
```
1. 'ml' is misspelled or not recognize…
-
I trained a model with parameters : model_names model_names=['GradientBoostingRegressor','RandomForestRegressor']
Then Error occured in
``` python
#predictor.py : line 42
if m.im_self is Non…
-
looks like there is something that requires a newer version of boost?
```
* installing *source* package 'rxode2ll' ...
** package 'rxode2ll' successfully unpacked and MD5 sums checked
** using s…
-
may i ask why the auto_ml did not add rnn and cnn model ? may be it is also widely used
-
I followed the instructions for training, and it works great. However, I now want to deploy my fine-tuned model to a sagemaker endpoint, but I get the following error when I run predict() on the endpo…