FAQ

Conventions for N, dim

In all the package, N refers to the number of observations, dim the dimension or the number of features.

(original entry : benchmark_perf.py:docstring of pymlbenchmark.benchmark.benchmark_perf.BenchPerfTest, line 4)

cannot import name ‘get_all_providers’

The following error usually indicates than onnxruntime was compiled on one machine and used on another one with different dynamic libraries. Missing libraries needs to be installed or onnxruntime must be compiled on the machine it needs to be used.

ImportError: cannot import name 'get_all_providers' from 'onnxruntime.capi._pybind_state'

(original entry : technical.rst, line 54)