Converters
ΒΆ
Automatically convert models from popular machine learning libraries such as Keras, Caffe, scikit-learn, LibSVM, and XGboost to the Core ML format.
caffe.convert |
Convert a Caffe model to Core ML format. |
keras.convert |
Convert a Keras model to Core ML format. |
libsvm.convert |
Convert a LIBSVM model to Core ML format. |
sklearn.convert |
Convert scikit-learn pipeline, classifier, or regressor to Core ML format. |
xgboost.convert |
Convert a trained XGBoost model to Core ML format. |