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) | |