moodle-mlbackend-python
moodle-mlbackend-python copied to clipboard
Moodle machine learning backend
Hello, Can someone confirm if this will work with Python 3.10, noting that it needs Tensorflow 2.8 or higher? If so, how can we change the requirements.txt when doing a...
Following #55 pull request, we started a discussion on the constraints that we should set in the respective dependencies/setup script. This needs to be reviewed in order to insure that...
I try to import an Analytics model exported from Moodle 3.9.1 into another Moodle 3.9.1 installation, but I get error: analytics/errorimportmodelresult Error code: errorimportmodelresult line 588 of /lib/mlbackend/python/classes/processor.php: moodle_exception thrown...
i used "pip3 install moodlemlbackend" for installation of moodlemlbackend. But it said Tensorflow version 1.14 is required (Which is older version, and supported by pip2) So i used "pip2 install...
After follow the instruction, all mentioned requirement packages has been satisfied, until Run the test. (env) root@t-cisubuntu20:/opt# type -a python python is /opt/env/bin/python (env) root@t-cisubuntu20:/opt# type -a pytest pytest is...
This is in reference to #21, #22, #23, #24, #25, and several more that you haven't seen yet. Please don't merge these in a hurry. There is a narrative order...
Hello I wanted to know how easy/hard should it be to run the evaluations using: https://github.com/tensorflow/cloud Thanks
Copied from https://github.com/dmonllao/moodleinspire-python-backend/issues/1 before this gets lost: Current implementation would swallow all system memory if a massive dataset (many GBs) is used, data should be read in batches (https://www.tensorflow.org/programmers_guide/reading_data) this...