-
- **azure.ai.ml**:
- **1.21.1**:
- **Windows**:
- **3.10**:
**Describe the bug**
I am registering the model using the following component and pipeline script :
Component
```
from mldesigner impo…
-
## Feature
Similar to https://github.com/tidymodels/probably/issues/159.
When producing a stacked ensemble of predictions, although the base models may have been trained using importance weights…
-
Hi @mattn, I wanted to use XGBoost for quantile regression but found that the loss function of pseudo Huber error does no better than a null model. Currently, `objective = 'reg:pseudohubererror'` pred…
-
My command:
```r
bamba_ret = bambu(
reads = bam_file,
annotations = gtf_file,
genome = fna_file,
quant = FALSE,
ncore = 8
)
```
The error:
```
Error: BiocParal…
-
I noticed that my model returns different scores than the original model. I was able to boil the issue down to using a `base_score` during training. Can it be that this value is not being translated?
…
-
### Issue Type
Others
### Source
source
### Secretflow Version
0.7.7b1
### OS Platform and Distribution
ubuntu 20.04
### Python version
python 3.8.10
### Bazel version
…
-
```
data = pd.read_csv(csv_dir / "diamonds.csv")
model = train_xgb(data, "reg:squarederror")
model.save_model("diamonds_model.json")
predict_xgb = ls_con.register_xgb_model("diamonds_model", "diam…
-
**Describe the issue linked to the documentation**
I'm encountering an issue with Darts' `XGBModel` when trying to fit it with `val_sample_weight` provided.
Specifically, when using `val_sample…
-
-
# Description
https://github.com/onnx/onnxmltools/pull/373 introduced [this](https://github.com/onnx/onnxmltools/pull/373/files#diff-c697b8ded32498daeb86bb2eff12421758afc0de5079d749afe6520af20e885e…