Hi,
I saw the example of deploying a dlpy model into ONNX format. But I am wondering how to save a regular ML model (not from dlpy) using ONNX.
Here is my model:
conn.loadActionSet('decisionTree')
model = conn.decisionTree.forestTrain(
table = dict(name = 'titanic_train'),
target = target,
inputs = inputs,
nominals = nominals,
casOut = dict(name = 'titanic_forest_model', replace = True)
)Thank you so much!
Hello, we currently only support generating ONNX format from the SAS deep learning models. We haven't support saving a SAS ML model such as tree, boosting, regressions, etc to ONNX format.
Hello, we currently only support generating ONNX format from the SAS deep learning models. We haven't support saving a SAS ML model such as tree, boosting, regressions, etc to ONNX format.
The new Open Source packages for Python, sas-scoring-translator-python (pysct), and for R, sas-scoring-translator-r (rsct), which translate (wrap) SAS scoring code to those languages.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and save with the early bird rate—just $795!
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.