David Kyle

Results 23 comments of David Kyle

I'm concerned that creating many fine grained permissions will result in an bizarre situation where a user has the permission to deploy a model but does not have permission to...

I've tested on a bunch of different docker versions and the good news is that before 8.13 you can run the ELSER model in docker on macOS without it crashing....

Also failing on 8.13 https://gradle-enterprise.elastic.co/s/35culdxu6ttss/tests/:docs:yamlRestTest/org.elasticsearch.smoketest.DocsClientYamlTestSuiteIT/test%20%7Byaml=reference%2Fesql%2Fesql-rest%2Fline_297%7D

Reopening with a new failure on the main branch (8.10) https://gradle-enterprise.elastic.co/s/zc4eqtipakrfk/tests/:server:test/org.elasticsearch.index.engine.InternalEngineTests/testMergeThreadLogging?expanded-stacktrace=WyIwIl0&top-execution=1 ``` java.lang.AssertionError: Expected: (an empty collection or iterable containing [a string starting with "JNDI lookup class is not available...

Pandas requires NumPy 1.22.4 minimum version. https://pandas.pydata.org/docs/dev/getting_started/install.html#dependencies Because Shap is incompatible with NumPy >= 1.24 (#539) we will have to pin NumPy to the range `numpy>=1.22.4,

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...

@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...

Dynamic quantisation is controlled by the `--quantize` parameter to the `eland_import_hub_model` script. It has always been considered an advanced option and should now be deprecated. The script should emit an...

To understand exactly what happens when quantising on a different architecture to the one used at evaluation I used the `eland_import_hub_model` to trace a quantised model on an M1 mac...