synthetic_data_release icon indicating copy to clipboard operation
synthetic_data_release copied to clipboard

Module predictive_models missing when trying to execute the utility measures

Open tandriamil opened this issue 3 years ago • 0 comments

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!

tandriamil avatar Jul 30 '21 08:07 tandriamil