David Monllaó
David Monllaó
https://github.com/moodlehq/moodle-performance-comparison/pull/17#issuecomment-27292166: Copy & paste from Eloy's comments: How to improve the new page. IMO there are things the should be improved. For example, the legends in the grouped charts when...
Copied from https://github.com/moodlehq/moodle-performance-comparison/pull/17#issuecomment-27292166: Consider to add some extra information to runs. In order to be able to compare different os, web servers, databases, php versions... we should be able to...
Something like what the previous UI was doing, to show absolute numbers by user. The numbers are currently displayed but we have to hover the bars/lines to see them, which...
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...