Coverage for mlprodict/asv_benchmark/__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
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
1"""
2@file
3@brief Shortcuts to *asv_benchmark*.
4"""
6from .asv_exports import export_asv_json
7from .common_asv_skl import (
8 _CommonAsvSklBenchmarkClassifier,
9 _CommonAsvSklBenchmarkClassifierRawScore,
10 _CommonAsvSklBenchmarkClustering,
11 _CommonAsvSklBenchmarkMultiClassifier,
12 _CommonAsvSklBenchmarkOutlier,
13 _CommonAsvSklBenchmarkRegressor,
14 _CommonAsvSklBenchmarkTrainableTransform,
15 _CommonAsvSklBenchmarkTransform,
16 _CommonAsvSklBenchmarkTransformPositive,
17)
18from .create_asv import create_asv_benchmark