janvanrijn
janvanrijn
new version of evaluation engine, and apparently many other things ..
adds functions for adding description (ontology) to features
TODO to self: add this query to the test server reset script ``` INSERT INTO quality(`type`,`name`,`datatype`,`min`,`max`) VALUES ('DataQuality', 'pymfe.attr_conc.mean','numerical',NULL,NULL), ('DataQuality', 'pymfe.attr_conc.sd','numerical',0,NULL), ('DataQuality', 'pymfe.attr_ent.mean','numerical',NULL,NULL), ('DataQuality', 'pymfe.attr_ent.sd','numerical',0,NULL), ('DataQuality', 'pymfe.attr_to_inst','numerical',NULL,NULL), ('DataQuality', 'pymfe.cat_to_num','numerical',0,NULL), ('DataQuality',...
See https://www.openml.org/d/41430 It contains several times the same task, this should not be possible.
``` 120 triazines 1 A PHP Error was encountered Severity: Notice Message: Undefined property: stdClass::$status Filename: xml/data-unprocessed.tpl.php Line Number: 7 Backtrace: File: /var/www/openml.org/public_html/openml_OS/views/pages/api_new/v1/xml/data-unprocessed.tpl.php Line: 7 Function: _error_handler File: /var/www/openml.org/public_html/openml_OS/core/MY_Api_Model.php Line:...
* confusing: dataset visibility and file visibility * merged datasets (split api)
``` A PHP Error was encountered Severity: Notice Message: Undefined index: [1, 2, 3, 4] Filename: libraries/ElasticSearch.php Line Number: 894 Backtrace: File: /var/www/openml.org/public_html/openml_OS/libraries/ElasticSearch.php Line: 894 Function: _error_handler File: /var/www/openml.org/public_html/openml_OS/libraries/ElasticSearch.php Line:...
setup search is limited to 55 hyperparameters, due to column join limitations. This query should be more efficient: https://github.com/openml/OpenML/blob/master/openml_OS/models/Algorithm_setup.php#L53
I occured to me that there are many functions that actually do the same: caching (runs, datasets, flows, etc) Would be good to unify these functions and get rid of...
The OpenML server has a URL size limit, which prevents us from doing listing calls with too many filters. For example, when I want to filter on 1000 task id's...