-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import new third party models into elastic #574
Comments
By the given list I assume you mean this list https://www.elastic.co/guide/en/machine-learning/master/ml-nlp-model-ref.html That list is by no means comprehensive, it is a list of suggested models that are known to work. There are many other compatible models (for example most BERT based models) that are not on that list. Do you have a specific model in mind? Why not try uploading the model and if fails then open an issue here. |
hi @davidkyle, for example we tried importing the sklearn.IsolationForest and got the error "not currenlty implemented" |
Hi @davidkyle Is there a size limit for the pre-trained models that can be uploaded with the eland_import_hub_model script? |
If you would like to import this type of model please open another issue in this repository as an enhancement request. The title can be "Enhancement Request: Support importing sklearn.IsolationForest" then other people can find the issue.
No there isn't a size limit. Have you hit an issue uploading a large model? |
Hi, Is there a way we can import other third party models not in the given list ?
The text was updated successfully, but these errors were encountered: