@@ -30,6 +30,7 @@ $string['bettercli'] = 'Evaluating models and generating predictions may involve
$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['clievaluationandpredictions']='A cron task iterates through enabled models and gets predictions. Models evaluation via command line is disabled. You can allow these processes to be executed manually via web interface by enabling <a href="{$a}">\'onlycli\' analytics setting</a>';
$string['editmodel']='Edit "{$a}" model';
$string['edittrainedwarning']='This model has already been trained, note that changing its indicators or its time splitting method will delete its previous predictions and start generating the new ones';
$string['enabled']='Enabled';
...
...
@@ -40,6 +41,7 @@ $string['errornoexport'] = 'Only trained models can be exported';
$string['errornostaticedit']='Models based on assumptions can not be edited';
$string['errornostaticevaluated']='Models based on assumptions can not be evaluated, they are always 100% correct according to how they were defined';
$string['errornostaticlog']='Models based on assumptions can not be evaluated, there is no preformance log';
$string['erroronlycli']='Execution only allowed via command line';
$string['errortrainingdataexport']='The model training data could not be exported';
$string['onlycli']='Analytics processes execution via command line only';
$string['onlycliinfo']='Analytics processes like evaluating models, training machine learning algorithms or getting predictions can take some time, they will run as cron tasks and they can be forced via command line. Disable this setting if you want your site managers to be able to run these processes manually via web interface';
$string['predictionsprocessor_help']='Prediction processors are the machine learning backends that process the datasets generated by calculating models\' indicators and targets.';
$string['processingsitecontents']='Processing site contents';