Azure ML studio designer modules and the Python SDK

Jason Richards 1 Reputation point Microsoft Employee
2020-06-02T14:39:50.96+00:00

I have been searching the documentation and cannot find this answer. Is every module in the Azure ML designer available in the Python SDK? I would like to create pipelines via the SDK using transformation and feature engineering methods available in the Designer, but can't find any reference to those modules in the SDK.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,580 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. GiftA-MSFT 11,151 Reputation points
    2020-06-02T22:57:44.887+00:00

    You can use the dataprep package for common data preparation tasks, check out the following documentation on Azure ML SDK Data Preparation. You can also use the Dataset package for working with datasets, check out tabulardataset and filedataset sample notebooks.

    0 comments No comments