mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
* Partially implemented implementation of ml.ExternalModel * Adding eland.ml.ExternalMLModel More testing to be added + more support for MLModels
13 lines
266 B
Bash
13 lines
266 B
Bash
#!/bin/sh
|
|
|
|
python setup.py install
|
|
|
|
#jupyter nbconvert --to notebook --inplace --execute docs/source/examples/demo_notebook.ipynb
|
|
#jupyter nbconvert --to notebook --inplace --execute docs/source/examples/online_retail_analysis.ipynb
|
|
|
|
cd docs
|
|
|
|
make clean
|
|
make html
|
|
|