What is the best way to save RandomForestClassifier model and change it to ONNX format? #362
Answered
by
mrdbourke
kraken14411
asked this question in
Q&A
-
Hi, After taking ML and tensorflow courses I decided to participate in a ML hackathon. If I have a RandomForestClassifier model based on https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html What is the best way to save the model to a .txt file and covert it to ONNX format? Thanks, |
Beta Was this translation helpful? Give feedback.
Answered by
mrdbourke
Apr 4, 2022
Replies: 1 comment
-
Hey @kraken14411 I'd check out the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mrdbourke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @kraken14411 I'd check out the
sklearn-onnx
library here: http://onnx.ai/sklearn-onnx/