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
The ClassifierOutput's prediction type shows bool, but when it is used, it's assigned an int of either -1, 0, or 1. The -1 case I think means that there was some error in predicting.
We should decide on:
Make it a bool or not
What to do with the error case (consider it false? maybe create a specific type with 3 states?)
Would be good for the solution to be somewhat backward compatible.
The ClassifierOutput's prediction type shows
bool
, but when it is used, it's assigned an int of either -1, 0, or 1. The -1 case I think means that there was some error in predicting.We should decide on:
Would be good for the solution to be somewhat backward compatible.
sae-auto-interp/sae_auto_interp/scorers/classifier/sample.py
Line 32 in 3659ff3
The text was updated successfully, but these errors were encountered: