SACRO-ML icon indicating copy to clipboard operation
SACRO-ML copied to clipboard

Structural attack fails in unnecessary disclosure. with xgboost if min_child_weight is not specified

Open jim-smith opened this issue 1 year ago • 0 comments

line 126/128, error is comparison between NoneType and float for optional parameters.

Fix is to test whether param is none first and take appropriate action. Will be true for max_deth and n_estimators as well

jim-smith avatar Oct 10 '23 16:10 jim-smith