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
cost_matrix | CostMatrix | A matrix describing the cost of miss-classifications per type. | optional |
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 |
source_data_labeled | Dataset | The labelled version of the dataset | required |
target_feature | String | The name of the dataset feature to be used as the target feature. | required |
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) | "Jan van Rijn","Joaquin Vanschoren" |
Contributor(s) |