🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Macros explanation

User: "Papad"
New Altair Community Member
Updated by Jocelyn
Hi everybody,
Can anyone give me a simple explanation of macros meaning and way that we use them?
Thanks in advance.

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "kypexin"
    New Altair Community Member
    Accepted Answer
    Hi @Papad

    Here is one simple use case. Imagine you have a process which trains and validates a model on a certain dataset. It has various operators, each of them has different settings. You can use SET MACROS operator to define values of your most important parameters (for example, validation settings, model settings etc), so each time you need to change a certain parameter you don't need to go thru the whole process and open corresponding operators parameters, but you can control these parameters in a single place (SET MACROS operator). In some sense, you are controlling hyperparameters this way. 

    Hope this sounds clear :)