Skip to content

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.
  • Labs icon Lab
  • A Cloud Guru
Azure icon
Labs

Exploring AML Designer Transforms: Apply Math Operation

A large amount of time for machine learning tasks is spent understanding the data and getting it into the proper configuration to train the model. This is the Data Wrangling, Exploration, and Cleaning phase of the machine learning lifecycle. In Azure Machine Learning designer, many common data changing operations are provided as transform modules. In this lab, you will explore the Apply Math Operation module to gain a deeper understanding of the tools at your disposal.

Azure icon
Labs

Path Info

Level
Clock icon Advanced
Duration
Clock icon 30m
Published
Clock icon Sep 24, 2020

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.

Table of Contents

  1. Challenge

    Set Up the Workspace

    1. Log in and navigate to the Azure Machine Learning studio workspace provided in the lab.
    2. In Compute, create a Training Cluster:
      • Provide a unique name for the cluster.
      • Use virtual machine size Standard_D2_v2.
      • For minimum and maximum nodes, input 2.
    3. In Designer, start a new pipeline from the easy-to-use prebuilt modules:
      • Select the Training Cluster you created as the default compute for this pipeline.
      • Provide a unique name for your pipeline.
  2. Challenge

    Explore Apply Math Operation

    1. From the Datasets submenu on the left, drag a CRM Upselling Labels Shared node onto the canvas. Visualize the dataset.
    2. From the Data Transformations submenu on the left, drag an Apply Math Operation node onto the canvas.
    3. Connect the output of CRM Upselling Labels Shared to the input of Apply Math Operation.
    4. Click the Apply Math Operation node to configure it:
      • Category: Compare
      • Comparison function: PairMax
      • Value to compare type: Constant
      • Second argument: 0 With PairMax, this will take the maximum value of our provided constant 0 or the column value. For current 1 values, it will choose 1. For the current -1 values, it will choose 0.
      • On Column set, click Edit column, then select Col1 and Save.
      • Change Output mode to Inplace. This will replace the value in the column without adding another column that we'd have to manage after the operation.
    5. Select Submit to submit the pipeline, creating a new experiment.
    6. Once the pipeline completes, right-click the Apply Math Operation node and choose Visualize Result_dataset.
      • There are still 50,000 rows and 1 column, but the values that were -1 are now 0.

The Cloud Content team comprises subject matter experts hyper focused on services offered by the leading cloud vendors (AWS, GCP, and Azure), as well as cloud-related technologies such as Linux and DevOps. The team is thrilled to share their knowledge to help you build modern tech solutions from the ground up, secure and optimize your environments, and so much more!

What's a lab?

Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.

Provided environment for hands-on practice

We will provide the credentials and environment necessary for you to practice right within your browser.

Guided walkthrough

Follow along with the author’s guided walkthrough and build something new in your provided environment!

Did you know?

On average, you retain 75% more of your learning if you get time for practice.

Start learning by doing today

View Plans