pub fn update_adjusting_factor(
item_data: SchedulingData,
target_probability: f32,
) -> SchedulingDataExpand description
Computes how the ratio between review intervals should be scaled to more accurately align with the true forgetting curve. Computed as explained here