Customizing workflow
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Everyone. I am new to Alteryx and need your help in completing the task. I have a dataset with Customer ID, Cost amount, Gross amount, Net amount, Invoice count. I built the XG Boost model for predicting the Cost amount for a single customer ID. But I want to predict it for multiple customer Id. Can someone help me in Customizing the workflow?. Like model should ask me the Customer ID and then it should get trained.
Thanks in advance
- Labels:
- Iterative Macro
- Machine Learning
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Ivaturi_Vighnesh ,
yes, you simply need to wrap the workflow in a batch macro and use the Customer ID as the batch macro value.
If you can share your workflow I can help you with this.
You should also look into Batch Macros as they are incredibly useful.
You can find out more at the following links:
A good starting point by @EricWe
Batch Macro help documentation:
https://help.alteryx.com/20214/designer/batch-macro
A nice walkthough guide by @michael_treadwell :
I hope this helps,
M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @mceleavey Please find the workflow below.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@mceleavey Exported workflow is of 277 mb. Can you help me to downgrade it to lower size?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
this is probably due to the data size. I don't need all your data just a few rows.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@mceleavey I took random sample of the data and exported. It still has 277 mb size
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @mceleavey Please find the sample workflow below
