Classes

Summary

class

class parent

truncated documentation

BenchPerf

Factorizes code to compare two implementations. See example Benchmark of PolynomialFeatures + partialfit of SGDClassifier.

BenchPerfTest

Defines a bench perf test. See example Benchmark of PolynomialFeatures + partialfit of SGDClassifier.

OnnxRuntimeBenchPerfTest

Specific test to compare computing time predictions with scikit-learn and onnxruntime. See example …

OnnxRuntimeBenchPerfTestBinaryClassification

Specific test to compare computing time predictions with scikit-learn and onnxruntime for a binary …

OnnxRuntimeBenchPerfTestRegression

Specific test to compare computing time predictions with scikit-learn and onnxruntime for a binary …

ProfilerCall

Runs a profiler on a specific call. It can use either pyinstrument, either cProfile. The first module …