concrete.ml.sklearn.rf.md
module concrete.ml.sklearn.rf
concrete.ml.sklearn.rf
Implements RandomForest models.
class RandomForestClassifier
RandomForestClassifier
Implements the RandomForest classifier.
method __init__
__init__
Initialize the RandomForestClassifier.
noqa: DAR101
property onnx_model
Get the ONNX model.
.. # noqa: DAR201
Returns:
onnx.ModelProto
: the ONNX model
class RandomForestRegressor
RandomForestRegressor
Implements the RandomForest regressor.
method __init__
__init__
Initialize the RandomForestRegressor.
noqa: DAR101
property onnx_model
Get the ONNX model.
.. # noqa: DAR201
Returns:
onnx.ModelProto
: the ONNX model
Last updated