synthetic_data_release
synthetic_data_release copied to clipboard
Module predictive_models missing when trying to execute the utility measures
Hello,
In your article, there is a section about the utility loss. I suppose that utility_cli.py
is dedicated to these measures. However, when executing it, it throws this error:
Traceback (most recent call last):
File "utility_cli.py", line 21, in <module>
from predictive_models.predictive_model import RandForestClassTask, LogRegClassTask, LinRegTask
ModuleNotFoundError: No module named 'predictive_models'
Could we have access to this module necessary to the script measing the utility loss? Thank you.
Have a nice day!