I have two features and based on these,I need to predict a set of target variables.My sample dataset is as shown in the screenshot.What would be the better algorithm for multi label classification. I am assuming logistic regression would be a better approach.Any suggestions of best proc to implement this is SAS
@Teha wrote:
I have two features and based on these,I need to predict a set of target variables.My sample dataset is as shown in the screenshot.What would be the better algorithm for multi label classification. I am assuming logistic regression would be a better approach.Any suggestions of best proc to implement this is SAS
The screen capture is not present. If you mean the attached CSV file, then could you explain which variable is which? Which is the "set of target variables" you are trying to predict? Which are the predictor variables?
@Teha wrote:
I have two features and based on these,I need to predict a set of target variables.My sample dataset is as shown in the screenshot.What would be the better algorithm for multi label classification. I am assuming logistic regression would be a better approach.Any suggestions of best proc to implement this is SAS
The screen capture is not present. If you mean the attached CSV file, then could you explain which variable is which? Which is the "set of target variables" you are trying to predict? Which are the predictor variables?
Well, with such little information to go on, all I can say is you should try PROC LOGISTIC.
Many predicted model you can use. like : Decision Tree, Random Forest, Neutral Network, Support Vector Machine .......
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.