Using converter from other libraries

Before starting writing our own converter, we can use some available in other libraries than sklearn-onnx. onnxmltools implements converters for xgboost and LightGBM. Following examples show how to use the conveter when the model are part of a pipeline.