.. _f-numpyonnximplskl: module ``npy.numpy_onnx_impl_skl`` ================================== Short summary +++++++++++++ module ``mlprodict.npy.numpy_onnx_impl_skl`` :epkg:`numpy` functions implemented with :epkg:`onnx`. Functions +++++++++ +-------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +=====================================================================================+=========================================================================================================================================+ | :func:`classifier ` | Returns any classifier from :epkg:`scikit-learn` converted into ONNX assuming a converter is registered with :epkg:`sklearn-onnx`. ... | +-------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ | :func:`cluster ` | Returns any cluster from :epkg:`scikit-learn` converted into ONNX assuming a converter is registered with :epkg:`sklearn-onnx`. ... | +-------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ | :func:`linear_regression ` | Returns a linear regression converted into ONNX. | +-------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ | :func:`logistic_regression ` | Returns a logistic regression converted into ONNX, option *zipmap* is set to false. | +-------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ | :func:`regressor ` | Returns any regressor from :epkg:`scikit-learn` converted into ONNX assuming a converter is registered with :epkg:`sklearn-onnx`. ... | +-------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ | :func:`transformer ` | Returns any transformer from :epkg:`scikit-learn` converted into ONNX assuming a converter is registered with :epkg:`sklearn-onnx`. ... | +-------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: mlprodict.npy.numpy_onnx_impl_skl :members: :special-members: __init__ :show-inheritance: