-
New Feature
-
Resolution: Fixed
-
Major
-
3.5
-
MOODLE_35_STABLE
-
MOODLE_37_STABLE
-
MDL-60944_master -
This issue belongs to MDL-64775 epic.
This idea came from a discussion in Moodle HQ analytics chat room.
Admins and researchers should be able to share the models they found to be useful. I am not talking about the training data nor the trained models weights, but about the model configuration.
Models are composed by:
- A target
- A set of indicators
- A time-splitting method
I would suggest a basic export to .json file which would contain something like:
{
|
"target": "mod\awesomeness\analytics\target\potential_mentors",
|
"timesplitting": "core\analytics\time_splitting\single_range",
|
"indicators": [
|
"\mod\awesomeness\analytics\indicator\gentle",
|
"\mod\awesomeness\analytics\indicator\formal",
|
"\mod\awesomeness\analytics\indicator\skilled",
|
"\mod\awesomeness\analytics\indicator\gentle",
|
"\mod\assign\analytics\indicator\submits_before_deadline",
|
],
|
|
"moodleversion": "2017010100"
|
}
|
The system would obviously notify users if:
- Error: Any of the specified classes is not available on the system.
- Warning: The Moodle major version the model was created for differs from the user site major version
- blocks
-
MDL-64739 Analytics models may be restricted to category or course contexts
- Closed
-
MDL-64777 Allow default models to be restored
- Closed
-
MDL-60936 Convert enabled time-splitting methods setting to evaluation default time-splitting methods
- Closed
-
MDL-64786 Allow users to overwrite the default model name
- Closed
-
MDL-64787 Evaluate analytics models using the trained ML backend
- Closed
-
MDL-64779 Allow users to choose whether to include the trained model weights in the export or not
- Closed
- has a non-specific relationship to
-
MDL-64636 New target for course completion
- Closed
- has a QA test
-
MDLQA-15372 CLONE - An admin can create, delete, import and export analytics models
- Passed
-
MDLQA-15961 CLONE - An admin can create, delete, import and export analytics models
- Passed
-
MDLQA-16605 CLONE - An admin can create, delete, import and export analytics models
- Passed
-
MDLQA-17221 CLONE - An admin can create, delete, import and export analytics models
- Passed
-
MDLQA-17808 CLONE - An admin can create, delete, import and export analytics models
- Passed
-
MDLQA-18312 CLONE - An admin can create, delete, import and export analytics models
- Passed
-
MDLQA-18804 CLONE - An admin can create, delete, import and export analytics models
- Passed
-
MDLQA-19267 CLONE - An admin can create, delete, import and export analytics models
- Passed
-
MDLQA-12908 An admin can create, delete, import and export analytics models
- On Hold
- has been marked as being related by
-
MDL-61806 Implement UI for creating and editing learning analytics models based on reports
- Closed
-
MDL-64693 New target for course competencies achievement
- Closed
-
MDL-64947 Make "filter by course" analytics option available in web GUI
- Closed
- has to be done after
-
MDL-61032 Support deleting of models
- Closed
- will be (partly) resolved by
-
MDL-62166 Project Inspire Phase II proposal
- Closed
-
MDL-62302 Improve analytics models display and administration
- Closed
- will help resolve
-
MDL-64434 Provide service to collect and distribute learning analytics models and training data sets
- Closed