DEVELOPMENT...
Severity: Warning
Message: fopen(/data/log/sql.log): failed to open stream: Permission denied
Filename: models/Log.php
Line Number: 37
Backtrace:
File: /var/www/openml/openml_OS/models/Log.php
Line: 37
Function: fopen
File: /var/www/openml/openml_OS/core/MY_Database_Read_Model.php
Line: 30
Function: sql
File: /var/www/openml/openml_OS/views/pages/frontend/tt/pre.php
Line: 5
Function: query
File: /var/www/openml/openml_OS/helpers/cms_helper.php
Line: 19
Function: view
File: /var/www/openml/openml_OS/controllers/Frontend.php
Line: 85
Function: loadpage
File: /var/www/openml/index.php
Line: 337
Function: require_once
Severity: Warning
Message: fopen(/data/log/sql.log): failed to open stream: Permission denied
Filename: models/Log.php
Line Number: 37
Backtrace:
File: /var/www/openml/openml_OS/models/Log.php
Line: 37
Function: fopen
File: /var/www/openml/openml_OS/core/MY_Database_Read_Model.php
Line: 30
Function: sql
File: /var/www/openml/openml_OS/views/pages/frontend/tt/pre.php
Line: 27
Function: query
File: /var/www/openml/openml_OS/helpers/cms_helper.php
Line: 19
Function: view
File: /var/www/openml/openml_OS/controllers/Frontend.php
Line: 85
Function: loadpage
File: /var/www/openml/index.php
Line: 337
Function: require_once
Severity: Warning
Message: fopen(/data/log/sql.log): failed to open stream: Permission denied
Filename: models/Log.php
Line Number: 37
Backtrace:
File: /var/www/openml/openml_OS/models/Log.php
Line: 37
Function: fopen
File: /var/www/openml/openml_OS/core/MY_Database_Read_Model.php
Line: 30
Function: sql
File: /var/www/openml/openml_OS/views/pages/frontend/tt/pre.php
Line: 37
Function: query
File: /var/www/openml/openml_OS/helpers/cms_helper.php
Line: 19
Function: view
File: /var/www/openml/openml_OS/controllers/Frontend.php
Line: 85
Function: loadpage
File: /var/www/openml/index.php
Line: 337
Function: require_once
estimation_procedure | Estimation Procedure | The estimation procedure used to validate the generated models | required |
evaluation_measures | String | The evaluation measures to optimize for, e.g., cpu time, accuracy | optional |
source_data | Dataset | The input data for this task | required |
target_feature_event | String | The name of the feature that indicates the type of the event. | required |
target_feature_left | String | The name of the feature that indicates the start of the interval. | optional |
target_feature_right | String | The name of the feature that indicates the end of the interval. | optional |
evaluations | KeyValue | A list of user-defined evaluations of the task as key-value pairs. | optional |
model | File | A file containing the model built on all the input data. | optional |
predictions | Predictions | The desired output format | optional |
Author(s) | "Benrd Bischl","Dominik Kirchhoff","Michel Lang","Jan van Rijn","Joaquin Vanschoren" |
Contributor(s) |