$string['analysingsitedata']='Analysing the site';
$string['analyticmodels']='Analytic models';
$string['bettercli']='To evaluate models and to get predictions are heavy processes, it is better to run them through command line interface';
$string['bettercli']='Evaluating models and generating predictions may involve heavy processing. It is advised that you run these actions via the command line interface';
$string['cantguessstartdate']='Can\'t guess the start date';
$string['cantguessenddate']='Can\'t guess the end date';
$string['clienablemodel']='You can enable the model by selecting a time splitting method by its id. Note that you can also enable it later using the web interface (\'none\' to exit)';
$string['datasetsizelimited']='Only a part of the evaluation dataset has been evaluated due to its size. Set $CFG->mlbackend_php_no_memory_limit if you are confident that your system can cope a {$a} dataset';
$string['errorcantloadmodel']='Model file {$a} does not exist, ensure the model has been trained before using it to predict.';
$string['errorlowscore']='The evaluated model prediction accuracy is not very high, some predictions may not be accurate. Model score = {$a->score}, minimum score = {$a->minscore}';
$string['errornotenoughdata']='The evaluation results varied too much, you could try to gather more data to ensure the model is valid. Evaluation results standard deviation = {$a->deviation}, maximum recommended standard deviation = {$a->accepteddeviation}';
$string['errornotenoughdata']='There is no enough data to evaluate this model using this time splitting method.';
$string['errornotenoughdatadev']='The evaluation results varied too much, you could try to gather more data to ensure the model is valid. Evaluation results standard deviation = {$a->deviation}, maximum recommended standard deviation = {$a->accepteddeviation}';