Struct openml::SupervisedClassification[][src]

pub struct SupervisedClassification { /* fields omitted */ }

Classification task

Methods

impl SupervisedClassification
[src]

impl SupervisedClassification
[src]

impl SupervisedClassification
[src]

get task ID

get task name

run task, specifying the type of an entire feature column in X. This allows to run machine learning models that take features of different types, or named features in form of structs.

run task, specifying the feature type in X. This allows to run machine learning models that expect every feature to have the same type.

Auto Trait Implementations