:py:mod:`sklearn_pmml_model.auto_detect` ======================================== .. py:module:: sklearn_pmml_model.auto_detect .. autoapi-nested-parse:: The :mod:`sklearn.auto_detect` module implements methods to automatically detect the type of model from a PMML file. .. !! processed by numpydoc !! Submodules ---------- .. toctree:: :titlesonly: :maxdepth: 1 base/index.rst Package Contents ---------------- Functions ~~~~~~~~~ .. autoapisummary:: sklearn_pmml_model.auto_detect.auto_detect_estimator sklearn_pmml_model.auto_detect.auto_detect_classifier sklearn_pmml_model.auto_detect.auto_detect_regressor .. py:function:: auto_detect_estimator(pmml, **kwargs) Automatically detect and return the described estimator from PMML file. :Parameters: **pmml** : str, object Filename or file object containing PMML data. .. !! processed by numpydoc !! .. py:function:: auto_detect_classifier(pmml, **kwargs) Automatically detect and return the described classifier from PMML file. :Parameters: **pmml** : str, object Filename or file object containing PMML data. .. !! processed by numpydoc !! .. py:function:: auto_detect_regressor(pmml, **kwargs) Automatically detect and return the described regressor from PMML file. :Parameters: **pmml** : str, object Filename or file object containing PMML data. .. !! processed by numpydoc !!