@@ -68,8 +68,8 @@ $string['evaluationmodeconfiguration'] = 'Evaluate the model configuration';
$string['evaluationinbatches']='The site contents are calculated and stored in batches. The evaluation process may be stopped at any time. The next time it is run, it will continue from the point when it was stopped.';
$string['exportmodel']='Export configuration';
$string['exporttrainingdata']='Export training data';
$string['getpredictionsresultscli']='Results using {$a->name} (id: {$a->id}) course duration splitting';
$string['getpredictionsresults']='Results using {$a->name} course duration splitting';
$string['getpredictionsresultscli']='Results using {$a->name} (id: {$a->id}) time-splitting method';
$string['getpredictionsresults']='Results using {$a->name} time-splitting method';
$string['extrainfo']='Info';
$string['generalerror']='Evaluation error. Status code {$a}';
$string['defaulttimesplittingmethods']='Default time-splitting methods for model\'s evaluation';
$string['defaulttimesplittingmethods_help']='The time-splitting method divides the course duration into parts; the predictions engine will run at the end of these parts. The model evaluation process will iterate through these time-splitting methods unless a specific time-splitting method is specified (the ability to specify a time-splitting method is only available when evaluating models using the command line script).';
$string['timesplittingmethod_help']='The time-splitting method divides the course duration into parts; the predictions engine will run at the end of these parts. It is recommended that you only enable the time-splitting methods you may be interested in using. The evaluation process will iterate through all enabled time-splitting methods, so the more time-splitting methods enabled, the slower the evaluation process will be.';
$string['timesplittingmethod_help']='The time-splitting method is what defines when the system will calculate predictions and the portion of activity logs that will be considered for those predictions. E.g. They can divide the course duration in parts and generate a prediction at the end of these parts.';