MMLBaseEstimator 类
- 继承
-
MMLBaseEstimator
构造函数
MMLBaseEstimator(source_directory, *, compute_target, estimator_config=None)
参数
名称 | 说明 |
---|---|
source_directory
必需
|
包含估算器的代码或配置的目录。 |
compute_target
必需
|
将在其中进行训练的计算目标。 可以是对象或字符串“local”。 |
estimator_config
必需
|
估算器所使用的运行时配置。 |
script_params
必需
|
一个包含 entry_script 的参数的字典。 |
inputs
必需
|
充当输入的数据引用或数据集。 |
source_directory_data_store
必需
|
项目共享的支持数据存储。 |
source_directory
必需
|
包含估算器的代码或配置的目录。 |
compute_target
必需
|
将在其中进行训练的计算目标。 可以是对象或字符串“local”。 |
estimator_config
必需
|
估算器所使用的运行时配置。 |
仅限关键字的参数
名称 | 说明 |
---|---|
compute_target
必需
|
|
estimator_config
必需
|
|