Contents:
Visuals
You can download visualizations you've seen throughout the Machine Learning process:
- Correlation Matrix
- Chord Diagram
- Confusion Matrix
- Details about the Target
- Feature Importance
Choose whether you want to download the visuals as a PowerPoint file (PPTX) or as a ZIP file that contains PNGs of each visual, then select Export Visuals.
Designer Integration
Use the Machine Learning Send and Machine Learning Predict tools to stream data into Machine Learning, make predictions, and then return it to your Designer Desktop workflows.
To use your model in Designer Desktop, export your model to a YXMD file and then open it in Designer Desktop. The workflow contains a Machine Learning Predict tool already on the canvas. To use the Machine Learning Predict tool...
- Go to the downloads page.
- Go to Alteryx Intelligence Suite > Alteryx Intelligence Suite (your Designer Desktop version).
- Note that you must have Designer Desktop 21.3 or higher installed.
- Download the Alteryx Machine Learning Designer Integration Tools YXI file.
- Open Designer with the "Run as Administrator" option enabled.
- Open the YXI file to start the installation process.
Upload New Data for Predicting
To make model predictions for Regression and Classification models, select new data that we haven't seen before. You can Browse files from My Files or Import a file from your computer. The new data must include the columns, in any order, used to build the model. It's OK if the new data contains a column with the target variable.
Important
We treat rows that start with a number sign (#) as comments. If the first row in your CSV file is a comment, then the second row becomes the column header.
We also remove empty rows after the header row in your CSV file. If rows contain some empty cells, we convert these empty cells to null values instead. Note that it's good practice to upload files without empty rows.
Time Series Forecast Graph
If you select a Time Series model, you can view your historical data and your predicted, or forecasted, data in a single graph. The predicted data dates in the graph are chosen in your Prediction Window in Model Setup.
This page has no comments.