Quantcast
Channel: AI Beta - Unity Discussions
Viewing all articles
Browse latest Browse all 109

TreeEnsembleClassifier (and other scikit pckages) not supported

$
0
0

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

Read full topic


Viewing all articles
Browse latest Browse all 109

Trending Articles