Visual Representation of scikit-learn models#

sklearn-onnx converts many models from scikit-learn into ONNX. Every of them is a graph made of ONNX mathematical functions (see Python Runtime for ONNX operators, ONNX Operators, ONNX ML Operators). The following sections display a visual representation of each converted model. Every graph represents one ONNX graphs obtained after a model is fitted. The structure may change is the model is trained again.