Hi, how are you?
I've been starting to use SAS Enterprise Miner 7.1 H1 and I was wondering if there's any efficent way of programming arbitrary parameters' searches.
For example:
- When tuning K for K-NN, I manually created 10 nodes with 10 different K values.
- When tuning Hidden Units for a Neural Network, I had to do the same thing.
When you want to get greedy with your search space, programming it this way becomes quite tedious.
Is there a way to use a single encapsulating node and easily set different parameters combinations to be tested, instead of having to manually set different model nodes?
Thanks a lot!
Best regards,
Ivan.
Hi Ivan,
This is supported for neural networks using the AutoNeural node.
For other models the only alternative that comes to mind is to use macro programming on base SAS to do multiple calls of a procedure with different parameters.
I hope this helps,
Miguel
Hi Ivan,
This is supported for neural networks using the AutoNeural node.
For other models the only alternative that comes to mind is to use macro programming on base SAS to do multiple calls of a procedure with different parameters.
I hope this helps,
Miguel
Thank you Miguel, I'm already using AutoNeural so I'll look into macro programming.
If anyone has any code samples to use as reference, I would appreciate those very much, thank you.
Ivan.
Hi camontanezp,
Welcome to the SAS Data Mining and Machine Learning Community, thanks for your question! Since it's been quite a while since Miguel and Ivan's discussion, I recommend opening a New Message with your question and reference this thread in that post.
Best,
Anna
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.
Find more tutorials on the SAS Users YouTube channel.