anki_ts_forecast: Forecast future reviews using simple methods
Description
Uses exponential smoothing or linear trend for forecasting.
Usage
anki_ts_forecast(path = NULL, profile = NULL, days = 30, method = "linear")
Value
A tibble with forecasted values
Arguments
- path
Path to collection.anki2 (auto-detected if NULL)
- profile
Profile name (first profile if NULL)
- days
Number of days to forecast
- method
Forecasting method: "ets" (exponential smoothing) or "linear"
Examples
Run this codeif (FALSE) {
forecast <- anki_ts_forecast(days = 30)
}
Run the code above in your browser using DataLab