Training a Model with the Azure ML Designer

  Рет қаралды 14,247

Kevin Feasel

Kevin Feasel

Күн бұрын

Пікірлер: 23
@realzeti
@realzeti 7 ай бұрын
Kevin! I really appreciate your effort in making this valuable material. I'm very surprised that you only have 2k subscribers, for such a detailed, clear and relevant information. Please don't be discouraged, if such is the case
@alfredoalarconyanez4896
@alfredoalarconyanez4896 Ай бұрын
Wow, this video was amazing, so clear and interesting, thank you very much Kevin !
@chitraanand8034
@chitraanand8034 24 күн бұрын
Hello Kevin, Much appreciated with your efforts in this valuable recording. I found an issue with the pipeline execution, in the clean missing data component itself, it throwing error as below: AzureMLException: Message: Error Code: ScriptExecution.StreamAccess.Unexpected Native Error: error in streaming from input data sources should i need to integrate customized environment for this purpose?
2 ай бұрын
this video is great
@germplus
@germplus 8 ай бұрын
Hi Kevin. Thank you for this. You helped me.
@user-ke1ev4cr7i
@user-ke1ev4cr7i 8 ай бұрын
Thank you for video, but I encountered an error. I did everything exactly as in the video, selected the same computing cluster. But not a single block is executed with an error: UserError: The specified DSI cluster type is not supported for job submission. There is no information on the Internet about this. I tried to run the built-in samples, the same thing, even clearing the data does not work. I am using a free trial subscription.
@KevinFeasel
@KevinFeasel 8 ай бұрын
Hmm, that is a good question. It could very well be that you're using a trial subscription, but I'm not positive about that because I've not used the free trial subscription for any Azure ML testing. There's a GitHub post that does walk you through how you can see which VM classes you can use with the free trial: github.com/MicrosoftDocs/azure-docs/issues/56032. These commands use the Azure cloud shell and PowerShell. The idea would be that you could see which VM classes are enabled and what the quotas look like. Then, change the cpu-cluster to use one of the allowed classes and try again. The work I show in this video isn't particularly compute-heavy, so it should still work okay on a single instance of a smaller VM class.
@temitopesvblog9212
@temitopesvblog9212 Ай бұрын
Hi, I followed your steps but i got this error 'Failed to load dataset definition with azureml-dataprep==5.2.1. (Engineless). Please install the latest version with "pip install -U azureml-dataprep".'. how do i fix it please
@KevinFeasel
@KevinFeasel Ай бұрын
In order to help you out, I'm going to need some help from you. Specifically, at what point in the video did you get the error? Was this a brand new compute instance you used, or one that you've had for a while? If it was an older compute instance you ran this against, have you tried creating a new compute instance and using it?
@alqnoa9890
@alqnoa9890 7 ай бұрын
Can you help me please? , Should we only upload the dataset without the Python code or what should we upload, please explain it to me, i have project !
@KevinFeasel
@KevinFeasel 7 ай бұрын
You upload the dataset. To generate the file dataset, grab the file from the video description and save it locally. Then, upload it into Azure ML as a v1 Tabular type, not a v2 MLTable. In the Data menu, make sure you are on the Data assets tab. Then, select +Create and name the data asset something like ChicagoParkingTickets. Select in the Type menu "Tabular" from the v1 section. On the second page, create your data asset From local files and that will give you a few more pages around where to store the data, the file you want to upload, and additional settings. Those steps should be pretty straightforward, as I tried to ensure that there would be no complications with this dataset. The Python code is something you submit via API call and we do that in the next video in the series.
@temgouasonfackgatienne4225
@temgouasonfackgatienne4225 8 ай бұрын
Thank you for this tutorial. I would be more interested in how you generate your fileDataset. Indeed, I have a problem using the dataset I export as MLtable after the labeling phase in Azure ML.
@KevinFeasel
@KevinFeasel 8 ай бұрын
To generate the file dataset, grab the file from the video description and save it locally. Then, upload it into Azure ML as a v1 Tabular type, not a v2 MLTable. In the Data menu, make sure you are on the Data assets tab. Then, select +Create and name the data asset something like ChicagoParkingTickets. Select in the Type menu "Tabular" from the v1 section. On the second page, create your data asset From local files and that will give you a few more pages around where to store the data, the file you want to upload, and additional settings. Those steps should be pretty straightforward, as I tried to ensure that there would be no complications with this dataset. Uploading an MLTable asset is quite a bit more difficult than the v1 Tabular: learn.microsoft.com/en-us/azure/machine-learning/how-to-mltable?view=azureml-api-2&tabs=cli There's some work behind the scenes to add the MLtable metadata , so that, when I look at the ChicagoParkingTickets dataset in the Azure ML UI, I see the Dataset type = Tabular and Type = Table (mltable). That's why the output node for the Azure ML Designer says MLTable even though I never explicitly generated any MLTable metadata. Azure ML did the work for me after I uploaded the text file as a v1 Tabular dataset.
@ivancasanagallen
@ivancasanagallen 6 ай бұрын
​@@KevinFeasel Hi Kevin,. your work is really helpful! If I create a model following your steps will I be able to deploy it? I have experienced some issues when deploying some models and I have been suggested this may caused because I went for V1 datasets. Tabular datasets to be more specific. However, I have read the Microsoft documentation and have not found any evidence of that. Thanks
@KevinFeasel
@KevinFeasel 6 ай бұрын
@@ivancasanagallen I've not had problems with deploying models based on data in V1 Tabular datasets in the past. There may be some combination of factors that led to an issue, as Azure ML can be pretty finicky if you leave the happy path scenario, but I can't think of a reason off-hand why using a V1 Tabular dataset would be a problem for later model deployment.
@ivancasanagallen
@ivancasanagallen 6 ай бұрын
Thanks @@KevinFeasel I may need to read some more documentation. This is the message I get when trying to deploy a real-time endpoint: V1 deployment testing not supported This deployment is based on v1 API and doesn't support testing on the Studio. To get the key/token and invoke, please use CLI/SDK/REST v1 API. Consider migrating to v2 managed online endpoint. Learn more about CLI/SDK/REST  Learn more about v2 managed online endpoint 
@roverteam4914
@roverteam4914 4 ай бұрын
Hi, I read through the Microsoft learn document, but I'm still confused between Azure ML designer and Azure ML studio...... I saw some comments saying Studio is the newer version of the designer, is this valid? The explanation says both are GUI for creating workflow...
@KevinFeasel
@KevinFeasel 4 ай бұрын
The confusion here is in naming. Yes, "the Azure Machine Learning Designer" is an old web UI for Azure Machine Learning. Azure Machine Learning Studio replaced this old Designer web UI in its entirety, and we only look at Azure Machine Learning Studio (ml.azure.com) in this series. But within Azure Machine Learning Studio is a component known as the designer (the topic of this video). It even does many of the things the old UI included, but is different code. Hopefully that helps clarify things a little bit here.
@peteralmanzar
@peteralmanzar 5 ай бұрын
Does azure have components to one hot encode Or scale features?
@KevinFeasel
@KevinFeasel 5 ай бұрын
The scaling component in Azure ML Designer is called Normalize Data, so there is a built-in scaling capability. I believe there is not a built-in one-hot encoding capability. To do that, I'd recommend adding an R or Python component and have it do the work.
@TheRealMasterMassey
@TheRealMasterMassey Жыл бұрын
thankyou needed this video
@alqnoa9890
@alqnoa9890 7 ай бұрын
And is this classifcation model?? What about the concept of best model generated ?
@KevinFeasel
@KevinFeasel 7 ай бұрын
If you're talking about the best model generated from my prior AutoML video, we're training a new model from scratch to see how to do it. If you're asking in general, you can do this in a couple of ways. One is to train separate models as different experiment runs, saving each in the Azure ML model registry and comparing model results--for classification, you might check measures like accuracy and F1 score. A second option would be to train separate models as runs in an experiment but tagged under the same model type, saving different versions of a model in the registry. Then, after comparing, you could delete the versions that don't perform as well. A third option would be to perform comparative model analysis as part of your initial training: you can incorporate hyperparameter sweeping and even use of different algorithms in the training steps and then save the best model of the bunch to the registry. I don't have an example of doing this in a video but Microsoft does have a code example of using a hyperparameter sweep: github.com/Azure/azureml-examples/tree/main/sdk/python/jobs/pipelines/1c_pipeline_with_hyperparameter_sweep
Deploying a Model with the Azure ML Designer
14:11
Kevin Feasel
Рет қаралды 10 М.
Performing Automated Machine Learning with AzureML
14:03
Kevin Feasel
Рет қаралды 14 М.
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 42 МЛН
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН
Azure Machine Learning:  the Overview
15:14
Kevin Feasel
Рет қаралды 35 М.
Azure Machine Learning Studio
41:33
Dr Tun
Рет қаралды 84 М.
Code-First Programming with Azure ML
15:26
Kevin Feasel
Рет қаралды 6 М.
Training a Code-First Model in Azure ML
22:06
Kevin Feasel
Рет қаралды 4,5 М.
An Intro to MLflow and Azure ML
11:43
Kevin Feasel
Рет қаралды 7 М.
How to use Microsoft Azure AI Studio and Azure OpenAI models
16:37
Adrian Twarog
Рет қаралды 148 М.
Scoring a Code-First Model in Azure ML
12:41
Kevin Feasel
Рет қаралды 2,2 М.
A Primer on Machine Learning Operations (MLOps)
15:20
Kevin Feasel
Рет қаралды 1,4 М.
What Does Azure ML Actually Give Us?
12:50
Kevin Feasel
Рет қаралды 1 М.
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 42 МЛН