module grammar.grammar_sklearn.g_sklearn_identify#

Short summary#

module mlprodict.grammar.grammar_sklearn.g_sklearn_identify

Helpers to identify an interpreter.

source on GitHub

Functions#

function

truncated documentation

__pep8

change_style

Switches from AaBb into aa_bb.

identify_interpreter

Identifies the interpreter for a scikit-learn model.

Documentation#

Helpers to identify an interpreter.

source on GitHub

mlprodict.grammar.grammar_sklearn.g_sklearn_identify.__pep8()#
mlprodict.grammar.grammar_sklearn.g_sklearn_identify.change_style(name)#

Switches from AaBb into aa_bb.

Parameters:

name – name to convert

Returns:

converted name

source on GitHub

mlprodict.grammar.grammar_sklearn.g_sklearn_identify.identify_interpreter(model)#

Identifies the interpreter for a scikit-learn model.

Parameters:

model – model to identify

Returns:

interpreter

source on GitHub