Hi there, I’m building a model using scikit-learn, and converting it to ONXX with skl2onnx. I’m running into several “not supported” errors when importing into Unity, related to the following packages. Are there alternatives? Is scikit not well supported?
from sklearn.pipeline import make_pipeline
from sklearn.preprocessing import StandardScaler
from sklearn.linear_model import LogisticRegression, RidgeClassifier
from sklearn.ensemble import RandomForestClassifier, GradientBoostingClassifier
Thanks!
1 post - 1 participant