Hi all, I was wondering if anyone added a k-NN model in a pipeline in SAS Model Studio. I do not see it as an option under the Supervised Learning nodes. I know SAS code can be imported as a model node as nicely explained here https://documentation.sas.com/doc/en/vdmmlcdc/8.4/vdmmlug/n0viw7mfrsae20n1rsv03yrfjovq.htm using a gradient boosting model. I also know about a k-NN implementation on SAS (https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/casml/casml_fastknn_overview.htm) I couldn't figure out how to revise the PROC to run in the Model Studio. Any help would be appreciated.
... View more