DEVELOPMENT...

A PHP Error was encountered

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

A PHP Error was encountered

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

A PHP Error was encountered

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

OpenML
Task type
All Clustering tasks

Clustering

Given an input dataset, the task is to partition it into various clusters.

Inputs

estimation_procedure Estimation Procedure The estimation procedure used to assess the quality of the clustered required
source_data Dataset The input data for this task required
target_feature String Target feature of the task (may not be used for modelling) required

Outputs

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

Attribution

Author(s)"Mehdi Jamali", "Jan van Rijn", "Nenad Tomasev", "Joaquin Vanschoren"
Contributor(s)