Is it possible to import libraries like SKlearn and Tensorflow in a python script and run on the Easticsearch database?
Thanks
Skumar
You can run a python script against Elasticsearch. You can import any python library you want into a script.
So, yes?
Thanks a lot for the quick reply Mark.