-
Hi Everyone, I'm using FATE v1.5.3 I'm getting an error when defining the parameters for a HomoSecureBoost model:
I'm defining the parameters as follows:
In the docs I see the DecisionTreeParam class which allows setting max_depth but I don't see where it should be passed? Thanks in advance! Rob |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I figured out the answer. In case anyone else is wondering the same, max_depth is from the DecisionTreeParam class. Its parameters can bet set under tree_param as part of the params passed for a HomoSecureBoost model as below:
|
Beta Was this translation helpful? Give feedback.
I figured out the answer. In case anyone else is wondering the same, max_depth is from the DecisionTreeParam class. Its parameters can bet set under tree_param as part of the params passed for a HomoSecureBoost model as below: