moodle/analytics/tests
David Mudrák 4de4d1652b MDL-61667 analytics: Don't autoenable models with time splitting defined
When the API had originally been designed, it was assumed that the
presence of the time splitting method implies no requirement for the
machine learning backend and that it is a sign of less performance
demanding models. So it seemed to be safe and useful to have such models
automatically enabled. That assumption did not prove to be valid. Most
of the time is spent calculating indicators that depend on log tables.

We realized it would be useful to be able to specify the default time
splitting method without the need to have such models auto-enabled.
2019-04-01 14:23:06 +02:00
..
fixtures MDL-64320 analytics: Validate discrete indicators separately 2019-01-30 12:11:08 +01:00
community_of_inquiry_activities_completed_by.php MDL-59256 analytics: Move get_activities test scope 2017-11-03 12:42:20 +01:00
course_test.php MDL-61223 course: amend test setup to keep passing and covering case 2018-04-02 12:00:54 +02:00
dataset_manager_test.php MDL-60780 analytics: Prevent timing issues 2017-11-16 09:17:46 +01:00
indicator_test.php MDL-64320 analytics: Validate discrete indicators separately 2019-01-30 12:11:08 +01:00
manager_test.php MDL-59630 analytics: New clean up task 2017-10-03 10:34:43 +02:00
model_test.php MDL-64996 analytics: Don't mark static model as untrained after clearing 2019-03-25 08:56:11 +01:00
prediction_actions_test.php MDL-58835 analytics: Unit tests for prediction actions 2017-09-07 14:45:34 +02:00
prediction_test.php MDL-60936 analytics: Timesplittings setting only for evaluation 2019-03-18 09:34:52 +01:00
privacy_test.php MDL-61667 analytics: Don't autoenable models with time splitting defined 2019-04-01 14:23:06 +02:00
stats_test.php MDL-64477 analytics: Introduce a new \core_analytics\stats class 2019-03-11 10:23:25 +01:00