Coverage for mlprodict/sklapi/__init__.py: 100%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

4 statements  

1# -*- encoding: utf-8 -*- 

2""" 

3@file 

4@brief Shortcut to *sklapi*. 

5Importing this file imports :epkg:`sklearn-onnx` as well. 

6""" 

7from .onnx_pipeline import OnnxPipeline 

8from .onnx_transformer import OnnxTransformer 

9from .onnx_speed_up import ( 

10 OnnxSpeedupClassifier, 

11 OnnxSpeedupCluster, 

12 OnnxSpeedupRegressor, 

13 OnnxSpeedupTransformer)