3 Star 0 Fork 0

mirrors_microsoft/azureml-examples

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
cli-automl-regression-task-hardware-perf.yml 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
Bala P V 提交于 2022-05-24 10:13 +08:00 . Merge Build 2022 changes to main (#1182)
$schema: https://azuremlsdk2.blob.core.windows.net/preview/0.0.1/autoMLJob.schema.json
type: automl
experiment_name: dpv2-cli-automl-regression-experiment
# name: dpv2-cli-regression-train-job-01
description: A regression job using hardware performance dataset
compute: azureml:cpu-cluster
task: regression
log_verbosity: debug
primary_metric: r2_score
target_column_name: "ERP"
n_cross_validations: 5
training_data:
path: "./training-mltable-folder"
type: mltable
limits:
timeout_minutes: 180
max_trials: 10
max_concurrent_trials: 2
trial_timeout_minutes: 20
enable_early_termination: true
# This is example of custom featurization
# If you don't have this section, AutoML will default to automatic featurization
featurization:
mode: custom
blocked_transformers: [LabelEncoder]
column_name_and_types:
CHMIN: Categorical
transformer_params:
Imputer:
- fields: ["CACH"]
parameters:
strategy: most_frequent
- fields: ["PRP"]
parameters:
strategy: most_frequent
training:
enable_model_explainability: true
allowed_training_algorithms:
- light_gbm
- xg_boost_regressor
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_microsoft/azureml-examples.git
git@gitee.com:mirrors_microsoft/azureml-examples.git
mirrors_microsoft
azureml-examples
azureml-examples
main

搜索帮助