Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,067 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
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.