sassoftware / python-sasctl

Python package and CLI for user-friendly integration with SAS Viya
https://sassoftware.github.io/python-sasctl
Apache License 2.0
45 stars 41 forks source link

Register model with categorical features #78

Open jco-08 opened 4 years ago

jco-08 commented 4 years ago

Hi,

I've managed to register a lightGBM model to Model Manager, however I'm unable to score with this model in SAS as categorical inputs are registered as decimal. I was working off the FleetManagement notebook but with HMEQ data. Is there a way to factor in these categorical features?

smlindauer commented 2 years ago

@jco-08,

Are you still looking for a method to score models with categorical inputs? If so, my best suggestion would be to utilize one-hot-encoding.