catindicators_utilities 模块
数据集 categoricals 的实用工具。
函数
get_column_transformer_pipeline
get_column_transformer_pipeline(pipeline_spec: azureml.automl.runtime.shared.pipeline_spec.PipelineSpec, data_type: str = 'X') -> Optional[Tuple[str, azureml.automl.runtime.shared.model_wrappers.DropColumnsTransformer]]
参数
- pipeline_spec
- data_type
默认值: X
get_dataset_categoricals
get_dataset_categoricals(data_type: str) -> List[int]
参数
- data_type
update_problem_info_preprocess_pipelines
update_problem_info_preprocess_pipelines(pipeline_spec: azureml.automl.runtime.shared.pipeline_spec.PipelineSpec, problem_info: azureml.automl.runtime.shared.problem_info.ProblemInfo, preprocess_pipelines: List[Tuple[str, Any]], data_type: str = 'X') -> Tuple[azureml.automl.runtime.shared.problem_info.ProblemInfo, List[Tuple[str, Any]]]
参数
- pipeline_spec
- problem_info
- preprocess_pipelines
- data_type
默认值: X
反馈
提交和查看相关反馈