Basic first project! Azure Machine Learning Easy Getting Starting For Fun and Profit!

Sdílet
Vložit
  • čas přidán 1. 08. 2024
  • 🚀 Welcome to our Azure Machine Learning tutorial series! In this video, we'll guide you through the process of building a regression model to predict automobile prices using Azure Machine Learning Designer.
    🔹 In this hands-on tutorial, you'll learn how to:
    - Create an Azure Machine Learning workspace
    - Set up compute clusters for model training
    - Explore and transform the dataset for optimal results
    - Train a regression model to predict automobile prices
    - Evaluate the model's performance using key metrics
    - Create an inference pipeline for real-time price prediction
    - Deploy the trained model as a web service using Azure Container Instance
    🔹 This tutorial is perfect for beginners and data enthusiasts who want to get started with Azure Machine Learning. No prior coding experience is required, and we'll guide you through each step with clear explanations and examples.
    🎓 Ready to level up your data science skills? Watch the video and follow along with our step-by-step guide to explore the power of Azure Machine Learning for regression tasks.
    👍 If you find this tutorial helpful, don't forget to hit the like button and subscribe to our channel for more exciting Azure tutorials and data science content.
    🔔 Turn on the notification bell so you don't miss any future updates! Let's dive into the world of data science with Azure Machine Learning!
    #AzureMachineLearning #RegressionModel #DataScienceTutorial #MachineLearningTutorial #azuretutorialforbeginners
    ---------------------------
    Timestamps:
    00:00 - Intro
    00:59 - Whiteboard Overview
    17:30 - Machine Learning demo
    21:00 - Cleaning data for input
    27:01 - Splitting data for training and testing
    31:10 - Testing our model
    38:00 - Deploying a model to an endpoint
    41:00 - Using the model to predict prices
    44:20 - Outtro #Like and Sub!
  • Věda a technologie

Komentáře • 39

  • @milorad9301
    @milorad9301 Před 3 měsíci +2

    Thank you, Mike. This video is a great addition to the Azure AI Fundamentals course, especially for the module on the fundamentals of machine learning.

  • @narendraparmar1631
    @narendraparmar1631 Před 4 měsíci +1

    Thanks Mike

  • @leztat3183
    @leztat3183 Před 9 měsíci

    Do you know how Can I upload my own Dataset? When I try to upload using the Data option in the asset section, it uploads a Data Asset not a dataset, any idea?

  • @m.fatihsirac844
    @m.fatihsirac844 Před 6 měsíci

    Great way of explaining that concept

  • @warmcloud1023
    @warmcloud1023 Před měsícem

    Do you wait for long time on select Columns in Dataset? I have waited for 15 minutes and it is still running on selecte columns in Dataset

  • @jcbizarro777
    @jcbizarro777 Před 3 měsíci +1

    Thank you so much for sharing

    • @mwcloud
      @mwcloud  Před měsícem

      You are so welcome

  • @bitukumar5594
    @bitukumar5594 Před 2 měsíci +1

    thank you .....

    • @mwcloud
      @mwcloud  Před 2 měsíci

      You're most welcome

  • @Nigromantiano
    @Nigromantiano Před 4 měsíci

    Thanks for the video and the explanation. Very useful.
    May I ask how to deploy the model in an interactive web app so different users can interact with it via slicers or buttons??

    • @mwcloud
      @mwcloud  Před 4 měsíci +1

      You would need to build your front end to interact with the model on the back end via an API call to the model. Depending on the load you may need the model deployed in a clustered scenario such as a k8s cluster and then load balance access to it

  • @kevinwu6564
    @kevinwu6564 Před 8 měsíci

    Hi can you post the test data and Python script? Thanks

  • @chinwevivianaliyu
    @chinwevivianaliyu Před měsícem

    no preview datga buttom at the score and evaluate model boxes

  • @RenatoDomingues09
    @RenatoDomingues09 Před 6 měsíci

    I've been trying to follow your tutorial, but after the first Data Transformation, such as Select Columns, it is impossible to make the columns list appera on a second transformation such as Cleaning Missing Data. I just keep getting the message: Autosuggestion only works if upstream node is a data node and schema exists for that data. The modules are connected, but it does not work. In classic Machine Learning Studio it worked smoothly. Also, if I used and runned Select Columns, I could preview the new dataset, wich I can no longer.

    • @mwcloud
      @mwcloud  Před 5 měsíci

      There could be a change that Microsoft has implemented since I have made this video, I am not sure without looking into detail about what you have built

  • @Minidrako99
    @Minidrako99 Před 4 měsíci

    Excuse me, in min 34:40 , when you input data from csv, where/how did u get that data? i guess is downloaded from before? but didnt understand where nor what nor how to download

    • @mwcloud
      @mwcloud  Před 4 měsíci +1

      archive.ics.uci.edu/dataset/10/automobile?darkschemeovr=1

    • @Minidrako99
      @Minidrako99 Před 4 měsíci

      @@mwcloud thanks!

  • @austinkuo6623
    @austinkuo6623 Před 7 měsíci

    Hi we are testing the performance of API, it take avg 700ms for one call, we try to add more cpu/memory. Do you have any idea how to upscale?

    • @mwcloud
      @mwcloud  Před 5 měsíci

      Maybe it’s not the API, it could be your path to the API. Maybe try Azure front door with your solution. Hard to say really without looking at your deployment in detail

  • @Theppo101
    @Theppo101 Před 3 měsíci

    Any chance you could just paste the CSV you used at 34:40?
    You posted the URL where to get the data, and with limited experience with Python, it was a hassle to get the data.
    I did manage to extract it eventually, but even then, it seems not all columns work out of the bat.
    I selected a small subset of data, and it gives me this when it comes to scoring the model:
    azureml.studio.common.error.NotCompatibleColumnTypesError: Columns 'num-of-cylinders,num-of-doors' are incompatible between train and test data.
    I suppose this could be fixed with simple normalization of the data in between that step and the selection of columns, but I think it would be good to go over that.
    Otherwise it was a very good video and very informative!

    • @mwcloud
      @mwcloud  Před 3 měsíci

      I will do you one better, learn.microsoft.com/en-us/azure/machine-learning/tutorial-designer-automobile-price-train-score?view=azureml-api-1 have a look at the write up for this demo on the Machine Learning docs

  • @AjayGupta-bc1hb
    @AjayGupta-bc1hb Před 3 měsíci

    Hey Mike, can you please upload the that notepad where you have entered raw data again at 34:55 as per the timeline.
    I am following all your steps, just missing the data.

    • @animedemon6383
      @animedemon6383 Před 2 měsíci

      symboling, normalized-losses, make, fuel-type, aspiration, num-of-doors, body-style, drive- wheels, engine-location, wheel-base, length, width, height, curb-weight, engine-type, num-of- cylinders, engine-size, fuel-system, bore, stroke, compression-ratio, horsepower, peak-rpm, city- mpg,highway-mpg
      3, NaN, alfa-romero, gas, std, two, convertible, rwd, front, 88.6,168.8,64.1,48.8,2548, dohc, four, 130, mpfi,3.47,2.68 ,9,111,5000,21,27
      3, NaN, alfa-romero, gas, std, two, convertible, rwd, front, 88.6,168.8,64.1,48.8,2548, dohc, four, 130, mpfi,3.47,2.68 ,9,111,5000,21,27
      1, NaN, alfa-romero, gas, std, two, hatchback, rwd, front,94.5,171.2,65.5,52.4,2823, ohcv, six,152,mpfi,2.68,3.47,9, 154,5000,19,26
      might need to check once before using

    • @mwcloud
      @mwcloud  Před měsícem

      Look through the comments, someone else already asked that

  • @sarkiskassounian5854
    @sarkiskassounian5854 Před 11 měsíci

    How can I troubleshoot an unhealthy endpoint?

    • @mwcloud
      @mwcloud  Před 11 měsíci

      Please see this article, learn.microsoft.com/en-us/azure/machine-learning/how-to-troubleshoot-online-endpoints?view=azureml-api-2&tabs=cli I would recommend downloading the container logs as a good starting point to give you some clues

  • @user-hg1yx3mm7c
    @user-hg1yx3mm7c Před 6 měsíci

    hi can i know how much does it cost to do the whole process

    • @mwcloud
      @mwcloud  Před 5 měsíci

      That whole thing? A few cents, nothing really as once it’s trained you are only really paying when it’s is processing data.

  • @abhin8444
    @abhin8444 Před měsícem +1

    I unable to preview the data can anyone help

    • @chinwevivianaliyu
      @chinwevivianaliyu Před měsícem

      same here

    • @abhin8444
      @abhin8444 Před měsícem

      @@chinwevivianaliyu in current version of azure you can only preview tabular data and the microsoft azure has data in json format so you can not preview tabular data but you can try by adding custom data set in tabular format and then you can preview the data and I suggest you to take bike rentals or iris data set for better understanding and these datasetes will be available in the kaggle

  • @senalweerasekara
    @senalweerasekara Před 4 měsíci +1

    YOU FORGOT TO ENCODE YOUR CATEGORICAL COLUMNS.

    • @mwcloud
      @mwcloud  Před 4 měsíci +1

      Thank you, but no need to shout

    • @praslisa
      @praslisa Před 3 měsíci

      @@mwcloud how do you encode? thanks this video! its fantastic!!

  • @Minidrako99
    @Minidrako99 Před 4 měsíci

    Great vídeo but such a psycho way of writing an "x" 2:17