Coverage for mlprodict/plotting/plotting.py: 100%

5 statements  

« prev     ^ index     » next       coverage.py v7.1.0, created at 2023-02-04 02:28 +0100

1# pylint: disable=W0611,R0401 

2""" 

3@file 

4@brief Shorcuts to plotting functions. 

5""" 

6 

7from .text_plot import ( 

8 onnx_text_plot, onnx_text_plot_tree, onnx_simple_text_plot, 

9 onnx_text_plot_io) 

10from .plotting_benchmark import plot_benchmark_metrics 

11from .plotting_validate_graph import plot_validate_benchmark 

12from .plotting_onnx import plot_onnx