Event banner
Automated ML (Machine Learning) AMA (Ask Microsoft Anything)
Event details
Welcome to the Automated ML Ask Microsoft Anything (AMA)! This live hour gives you the opportunity to ask questions and provide feedback directly to the team.
Please note, as we've seen a number of questions outside the scope of this AMA, this is only for questions specifically about Automated ML, not machine learning in general. For more general questions about machine learning, feel free to post them to the Machine Learning discussion space: https://techcommunity.microsoft.com/t5/ai-machine-learning/bd-p/MachineLearning
Please introduce yourself by replying to this thread!
- AWINFMay 31, 2022Copper ContributorGood Afternoon Eric Starker I have basic knowledge about ML and I want to know more. Good Afternoon to Sharmeelee Bijlani and Wenxin Wei
- MrAnalyticsMay 31, 2022Brass ContributorHi, I am Les Black, private consultant. Can you give a brief overview/description of what is new in Azure ML ? I understand Synapse connectivity is new?
- cesardlMay 31, 2022
Microsoft
Hi Leslie, This is a link for what's new for Azure ML (v2): https://docs.microsoft.com/en-us/azure/machine-learning/concept-v2
This is what's new for AutoML:
- AutoML in Azure ML CLI v2 Preview: Until now, AutoML didn’t support any CLI (AutoML was not part of Azure ML CLI v1). AutoML in Azure ML now offers CLI v2 which allows users to define AutoML standalone jobs using a YAML file and use CLI command create to create the AutoML job in Azure ML compute. The use of command-line makes deployment and automation of workflows easier since they can be invoked from any offering/platform which allows to call the command line. This is an ideal scenario for MLOps and rapid testing.
- AutoML in Azure ML Python SDK v2 Preview: AutoML in Azure ML now offers updated functions and classes in Python SDK v2 package. This new version provides a leaner and more structured Python functions with shorter and leaner signatures adjusted per AutoML task. This provides significant improvements in Python coding usability compared to SDK v1.
- AutoML Standalone Jobs Public Preview and AutoML in Pipeline Jobs Private Preview: In this public preview, AutoML standalone jobs are supported. AutoML in Pipelines is currently supported in Private Preview and will be released publicly soon.
- New AutoML features in v2: In addition to supporting the new CLI v2 and SDK v2, AutoML is also releasing new machine learning tasks plus additional Forecasting improvements, mentioned below:
Supported AutoML tasks in v2:
AutoML for Tabular Data
- Classification task
- Regression task
- Time Series Forecasting task
AutoML for Images (Computer Vision)
- Image Classification multiclass (**New**)
- Image Classification multilabel (**New**)
- Image Object Detection (**New**)
- Image Segmentation (**New**)
AutoML NLP (Natural Language Processing)
- NLP Text Classification multiclass (**New**)
- NLP Text Classification multilabel (**New**)
- NLP Text NER (Named Entity Recognition) (**New**)
Improvements in AutoML Time Series Forecasting:
- Forecasting horizon visualization (**New**)
- Frequency data aggregation (**New**)
- Automatic Time Series ID detection (**New**)
- Back testing script (**New**)
- Custom cross validation step size (**New**)
AutoML model’s Code Generation: ‘AutoML Code Generation’ makes AutoML a ‘White Box’ AutoML solution by allowing the user to select any AutoML trained model (best or child model) and generate the Python training code that created that specific model. Then, explore, customize, and retrain the model using Python before deploying to Azure ML Endpoints or your selected inference execution environment.
- MrAnalyticsMay 31, 2022Brass Contributor
Thanks cesar De la Torre Llorente . Compared to the competition, i.e. IBM, Google, AWS. Azure AutoML provides great programming and User Interface options but can it be described as the best? 🙂 I think it is! 🙂
- sharmeeleeMay 31, 2022Former EmployeeWelcome everyone! My name is Sharmeelee Bijlani. I'm a Product Manager in Azure Machine Learning working on AutoML Forecasting. Looking forward to answering your questions today.
- wenxinweiMay 31, 2022Former EmployeeHi everyone, welcome! My name is Wenxin Wei and I'm a product manager at Azure Machine Learning. I'm driving AutoML NLP and I'm happy to answer your questions!