ubc-systopia / treeFarms

Trees FAst RashoMon Sets
Other
37 stars 6 forks source link

Segmentation fault encountered #3

Open rewreu opened 1 year ago

rewreu commented 1 year ago

Hi there! I've encountered an issue while running the tutorial in the treeFarms/treefarms/tutorial.ipynb file. Specifically, when configuring the settings with the following parameters, a segmentation fault occurs, and no error message is displayed:

config = {
    "regularization": 0.01,  
    "rashomon_bound_multiplier": 0.05, 
    "output_covered_sets": ["auc"],
}

Additionally, I have a question regarding the output_covered_sets configuration parameter. Would it be possible to provide some guidance on whether this parameter is typically set when optimizing for loss functions other than accuracy? Thank you for your help!