Struct openml::SupervisedRegression[][src]

pub struct SupervisedRegression { /* fields omitted */ }

Regression task

Methods

impl SupervisedRegression
[src]

impl SupervisedRegression
[src]

impl SupervisedRegression
[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