Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffvestal/eland-examples
https://github.com/jeffvestal/eland-examples
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeffvestal/eland-examples
- Owner: jeffvestal
- Created: 2020-06-18T16:12:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-26T18:49:16.000Z (over 4 years ago)
- Last Synced: 2024-10-29T23:43:49.677Z (about 2 months ago)
- Language: Jupyter Notebook
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Operationalizing External Supervised Models with Eland and Elastic Search
[elastic.co](https://www.elastic.co)
[eland repo](https://github.com/elastic/eland)
This demo shows you how to create a Random Forest Classifier machine learning model outside of elasticsearch with python, load it into elasticsearch, then operationalize it with ingest pipelines.
The model is created and trained using the sklearn ml python library in a Jupyter notebook.
The model is loaded into elasticsearch using eland .
The model is operationalized by creating an ingest pipeline that uses the inference and enrich processors attached to an index template.