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
This is not a bug, the lift metric cannot be used in the fitness function, as its value is not in range [0, 1]. The only available metrics that can be included in the fitness computation are:
File "/usr/lib/python3.11/site-packages/niaarm/niaarm.py", line 61, in init
raise ValueError(f'Invalid metric(s): {invalid}')
ValueError: Invalid metric(s): lift
The text was updated successfully, but these errors were encountered: