Start your journey with Alteryx Machine Learning - Take our Interactive Lesson today!

Alteryx Machine Learning Discussions

Find answers, ask questions, and share expertise about Alteryx Machine Learning.
Getting Started

Start your learning journey with Alteryx Machine Learning Interactive Lessons

Go to Lessons

Alteryx Machine Learning Input and Outputs

c-lopez
Alteryx
Alteryx

 

There are four main ways to interact with Alteryx Machine Learning with the rest of your Alteryx products, this guide will show each one as well touch on what is required to

Data upload via UI

As soon as you log into the Alteryx Machine Learning platform for the first time and create a new project one of the first actions you will perform is the data preparation process in Alteryx Machine Learning. There are two main options

  1. Browse:
    1. This is only relevant if you have used Alteryx Cloud before and have data existing in your Cloud.
  2. Import:
    1. Refers to the manual data import that can be done by browsing files in local storage and to directly upload to the Alteryx Machine Learning platform

 

clopez_0-1663723405243.png

 

With the import method of data upload only CSV files are supported, refer to the FAQ portion of the documentation for more details.

Data upload via Designer

Although manual data upload offers great flexibility for data sets that are already prepared and ready for use, the recommended way of interacting with Alteryx Machine Learning is through Alteryx Designer because it offers the highest flexibility when it comes to connecting to various data sources and can enable you to easily make changes to your data if needed. Note that for uploading data through Designer you will need to install the ML integration tools, a guide for that process can be found here.

After the Machine Learning Send tool is installed and connected to Alteryx Machine Learning sending data is simple, you will find two main ways to interact with the cloud platform

  1. Create new project
    This option is very self-descriptive, any data that you use as an input for the Machine Learning Send tool will be used as the main data set used in a new project with name and description set in the tool
    clopez_1-1663723405322.png

     


After running the workflow above you may log into your AlteryxML platform and you will find the project you just created

clopez_2-1663723405415.png

 



  1. Upload to Existing
    If this option is chosen the incoming data will become the data set used in the project. Note that Uploading new data to an existing project resets it and overwrites the data that already exists for that project.
    clopez_3-1663723405494.png

     

Data scoring via UI

Once you have trained a model and evaluated it, the next logical step is to put it to use. One of the options you have is to score directly on the platform, perhaps to test your model or to validate assumptions. In the export and score section of Alteryx Machine Learning you will see at the very bottom of the page an option to Upload New Data for Scoring and you will be prompted to either Browse or Import. The same logic applies to these browse and import option as for data upload in the first section of this post.

clopez_4-1663723405640.png

 

If the data that you upload is in the same shape as your dataset you will be able to score and see results right on the platform and download a copy of the results as a CSV

 

clopez_5-1663723405847.png

 

 

 

Data Scoring via Designer

The recommended option to score data is via the integration tools to Designer. In order to use this option you will need to install the ML integration tools, a guide for that process can be found here.

After you’ve trained and evaluated your model you will be an option to integrate with Designer in the Export and Score section of AlteryxML

clopez_6-1663723406003.png

 



Once you select this option it will automatically download a YMXD file to your local system that can be integrated into existing workflows in Designer or Server

clopez_7-1663723406297.png

 

 

2 REPLIES 2
Sangini
7 - Meteor

 Alteryx is a data analytics platform that includes machine learning tools. Let's break down the inputs and outputs in simple terms: 
Input: 

  1. Data: You start with your dataset, which is like a big spreadsheet with rows and columns of information.
  2. Configuration: You tell Alteryx what kind of machine learning task you want to do, like predicting values, classifying data, or clustering.

Outputs:

  1. Model: After you run the machine learning tool, Alteryx creates a model. Think of it as a smart pattern recognizer that has learned from your data.
  2. Predictions/Results: Once the model is ready, you can use it to make predictions on new or unseen data. For example, if you trained a model to predict sales, you can now use that model to predict future sales based on new information.
c-lopez
Alteryx
Alteryx

Yes indeed! :)