代码拉取完成,页面将自动刷新
$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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。