Created by cyda - Carrie Lo & Yeung Wong
Linkedin:
- Carrie Lo - https://www.linkedin.com/in/carrielsc/
- Yeung Wong - https://www.linkedin.com/in/yeungwong/
This project demostrate a hack to deploy your trained ML models such as XGBoost and LightGBM in SAS.
To check the tutorial article, please click here.
The package used is m2cgen
. m2cgen(Model 2 Code Generator) - is a lightweight library which provides an easy way to transpile trained statistical models into a native code (Python, C, Java, Go, JavaScript, Visual Basic, C#, PowerShell, R, PHP, Dart, Haskell, Ruby, F#). To know more about the package, you can refer to the docunment here.
Data used in the scripts is Iris dataset loaded from sklearn.
Demo 1: Convert XGBoost model to VBA, then to SAS scripts
Demo 2: Convert XGBoost model to VBA, then to SAS scripts (with missing values)