Test onnx-export of sklearn transform function.
This repo is not meant to create efficient code.
- Run:
python3 -m venv venv3_test-onnx
- Activate virtual environment:
source venv3_test-onnx/bin/activate
- Install packages:
pip3 install -r requirements.txt
NB: this requirements.txt
has more packages than necessary to test onnx.
These packages are standard ML packages.
- Add kernel to jupyter notebook:
python3 -m ipykernel install --user --name venv3_test-onnx --display-name "venv3_test-onnx"
- Install graphviz to view representation of graphs:
apt-get install graphviz