dssg / triage

General Purpose Risk Modeling and Prediction Toolkit for Policy and Social Good Problems
Other
181 stars 61 forks source link

use >=, not <= #904

Open ecsalomon opened 2 years ago

ecsalomon commented 2 years ago

In general, we try to use >= and < rather than <= or > for time inequalities in our examples to be consistent with the fact that triage internally uses closed-left-ends and open-right-ends for time intervals. This makes mentally translating examples into triage behavior easier. This commit fixes an example where we used <= for label creation.