-
Bug
-
Resolution: Fixed
-
Minor
-
3.4
-
MOODLE_34_STABLE
-
MOODLE_34_STABLE
-
MDL-59988_master -
This issue is about having a way for machine learning backends to discard a dataset and wait until the dataset is "good enough" to be used for training or prediction.
- The python backend needs samples for each class; I propose to wait until there are samples belonging to all classes to train the models for all different mlbackend plugins as it is not that strange what happens with python backend.
- PHP ml backend requires at least 2 samples with at least 1 different value to work, fail gracefully if the provided dataset does not contain them.
- blocks
-
MDL-59600 mlbackend_python training does not work properly without samples for each class
- Closed
-
MDL-60022 Add model actions to clear models' predictions
- Closed
- caused a regression
-
MDL-64996 Static models marked as not-trained after changing the default predictions processor
- Closed
- is blocked by
-
MDL-59630 Analytics tables and files cleanup
- Closed