You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error when trying to run the example:
AssertionError: Observation {'bank_cash': array(10001.), 'applicant_features': array([0, 1, 0, 0, 0, 0, 0], dtype=int32), 'group': array([1., 0.])} is not contained in self.observation_space
In call to configurable 'run_simulation' (<function run_simulation at 0x7fa07162a440>)
all the requirements should be installed, however I get a few failed tests when running ./tests.sh
some undefined metric warnings: UndefinedMetricWarning: No positive samples in y_true, true positive value should be meaningless
AssertionErrors as in the example.
Any help appreciated
The text was updated successfully, but these errors were encountered:
It seems like a lot of errors are connected to incorrect versions of the requirements in requirements.txt being used, since no versions were specified.
Is it possible to get information on which versions were used when building ml-fairness-gym, so it can be replicated?
Thank you!
I get the following error when trying to run the example:
AssertionError: Observation {'bank_cash': array(10001.), 'applicant_features': array([0, 1, 0, 0, 0, 0, 0], dtype=int32), 'group': array([1., 0.])} is not contained in self.observation_space
In call to configurable 'run_simulation' (<function run_simulation at 0x7fa07162a440>)
all the requirements should be installed, however I get a few failed tests when running ./tests.sh
Any help appreciated
The text was updated successfully, but these errors were encountered: