concrete.ml.sklearn.tree.md
module concrete.ml.sklearn.tree
concrete.ml.sklearn.tree
Implement the sklearn tree models.
class DecisionTreeClassifier
DecisionTreeClassifier
Implements the sklearn DecisionTreeClassifier.
method __init__
__init__
Initialize the DecisionTreeClassifier.
noqa: DAR101
property onnx_model
Get the ONNX model.
.. # noqa: DAR201
Returns:
onnx.ModelProto
: the ONNX model
class DecisionTreeRegressor
DecisionTreeRegressor
Implements the sklearn DecisionTreeClassifier.
method __init__
__init__
Initialize the DecisionTreeRegressor.
noqa: DAR101
property onnx_model
Get the ONNX model.
.. # noqa: DAR201
Returns:
onnx.ModelProto
: the ONNX model
Last updated