From the course: Microsoft Azure Data Scientist Associate (DP-100) Cert Prep

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Train a model by using Python SDK

Train a model by using Python SDK

- [Instructor] Let's take a look at the Python SDK, which is a really powerful way to do machine learning on AzureML Studio because you can control whatever it is you want to do with the Python language and add additional power to your experiments. If we go ahead and select Start, one of the things that we can do is look at our workspace here. And notice that I've got an existing notebook, but I could load a sample notebook as well. And if we notice in this particular sample directory here, we've got a bunch of different things that we could pull from. So we could look at the SDK v1 or the SDK v2, look at tutorials, et cetera. So in this example, what I'm going to do is I'm going to go to "azureml-getting-started" and I'm going to select this notebook, and then I'm going to click on "Clone this notebook". So this will bring it into my workspace so that I can play around with it. Oh look, I've already got it inside of my workspace, so I don't need to actually do anything at all. So if…

Contents