eland icon indicating copy to clipboard operation
eland copied to clipboard

import new third party models into elastic

Open shreya0685711 opened this issue 1 year ago • 4 comments

Hi, Is there a way we can import other third party models not in the given list ?

shreya0685711 avatar Aug 02 '23 09:08 shreya0685711

Hi @shreya0685711

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.

davidkyle avatar Aug 04 '23 12:08 davidkyle

hi @davidkyle, for example we tried importing the sklearn.IsolationForest and got the error "not currenlty implemented" image

shreya0685711 avatar Aug 07 '23 10:08 shreya0685711

Hi @davidkyle

Is there a size limit for the pre-trained models that can be uploaded with the eland_import_hub_model script?

huchengzejustin avatar Aug 15 '23 16:08 huchengzejustin

@shreya0685711

we tried importing the sklearn.IsolationForest and got the error "not currenlty implemented"

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.

Is there a size limit for the pre-trained models that can be uploaded with the eland_import_hub_model script?

No there isn't a size limit. Have you hit an issue uploading a large model?

davidkyle avatar Aug 16 '23 07:08 davidkyle