moodle/analytics/classes
David Monllao 5c5cb3ee15 MDL-59265 analytics: Rename machine learning backend method
- Method names renamed to avoid interface changes once
  we support regression and unsupervised learning
- Adding regressor interface even if not implemente
- predictor interface comments expanded
- Differentiate model's required accuracy from predictions quality
- Add missing get_callback_boundary call
- Updated datasets' metadata to allow 3rd parties to code
  regressors themselves
- Add missing option to exception message
- Include target data into the dataset regardless of being a prediction
  dataset or a training dataset
- Explicit in_array and array_search non-strict calls
- Overwrite discrete should_be_displayed implementation with the binary one
- Overwrite no_teacher get_display_value as it would otherwise look
  wrong
- Other minor fixes
2017-08-25 13:17:22 +02:00
..
local MDL-59265 analytics: Rename machine learning backend method 2017-08-25 13:17:22 +02:00
admin_setting_predictor.php MDL-59211 analytics: Make cibot happy 2017-07-24 08:36:49 +02:00
analysable.php MDL-59211 analytics: Make cibot happy 2017-07-24 08:36:49 +02:00
calculable.php MDL-59204 analytics: changed get_name so that it returns a lang_string 2017-08-18 18:02:38 +08:00
course.php MDL-59212 analytics: Core indicators tests 2017-07-24 08:37:01 +02:00
dataset_manager.php MDL-59067 analytics: Store indicator calculations 2017-08-22 22:28:04 +02:00
manager.php MDL-59067 analytics: Store indicator calculations 2017-08-22 22:28:04 +02:00
model.php MDL-59265 analytics: Rename machine learning backend method 2017-08-25 13:17:22 +02:00
prediction.php MDL-59211 analytics: Make cibot happy 2017-07-24 08:36:49 +02:00
prediction_action.php MDL-59211 analytics: Make cibot happy 2017-07-24 08:36:49 +02:00
predictor.php MDL-59265 analytics: Rename machine learning backend method 2017-08-25 13:17:22 +02:00
requirements_exception.php MDL-58859 analytics: Analytics API added to core 2017-07-24 07:53:03 +02:00
site.php MDL-59638 analytics: Prevent start time to be higher than end time 2017-08-08 14:38:11 +02:00