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
In the LabelModel, we have 0 reserved as special value for abstains; then in subsequent EndModel calls, we use 1 indexing to be internally consistent. However we should do a cleaning pass to make sure that (a) this is consistent in documentation / checks / etc, and (b) doesn't trip up people just using the EndModel with non-probabilistic labels, who might expect 0-indexing.