Hello,
I have a pipeline on Model Studio to create a segmentation model. Here is how it looks like:
I would like to do scoring in Model Manger, so I would need to register my model. However, under Pipeline Comparison tab in Model Studio, I see this notification:
In order to view Pipeline Comparison, successfully run a pipeline that contains a modeling node."
Is there a way to register it through Model Studio interface or should I save the output and make the registration to Model Manager using SAS Code? I'd appreciate any suggestions! Thank you!
I think you should do like this :
See :
Home > SAS Communities Library > Scoring Clustering Models in SAS Viya
https://communities.sas.com/t5/SAS-Communities-Library/Scoring-Clustering-Models-in-SAS-Viya/ta-p/90...
Look at section "Scoring data outside of Model Studio"
Look therein at "Option 1".
You need to work with a "SAS Code node" (after Clustering node) , ... you need to create a pseudo-target , ...
and move your SAS Code node to the "Supervised Learning"-group of nodes.
You now can deploy your score code in various ways (register, publish, download from the Pipeline Comparison tab), just as you would for a supervised model.
Koen
Also ... I moved this topic to "Data Science" - / "Data Mining" - board.
You will get more and better responses here.
BR, Koen
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.