spring-epfl / synthetic_data_release

BSD 3-Clause "New" or "Revised" License
39 stars 21 forks source link

Module predictive_models missing when trying to execute the utility measures #8

Open tandriamil opened 3 years ago

tandriamil commented 3 years ago

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!