concrete.ml.sklearn.rf.md
Last updated
Was this helpful?
Last updated
Was this helpful?
concrete.ml.sklearn.rf
Implements RandomForest models.
RandomForestClassifier
Implements the RandomForest classifier.
__init__
Initialize the RandomForestClassifier.
property onnx_model
Get the ONNX model.
.. # noqa: DAR201
Returns:
onnx.ModelProto
: the ONNX model
RandomForestRegressor
Implements the RandomForest regressor.
__init__
Initialize the RandomForestRegressor.
property onnx_model
Get the ONNX model.
.. # noqa: DAR201
Returns:
onnx.ModelProto
: the ONNX model