DashAI.back.models.MLPRegression

class MLPRegression(**kwargs)[source]
__init__(**kwargs) None[source]

Methods

__init__(**kwargs)

calculate_metrics([split, level, log_index, ...])

Calculate and save metrics for a given data split and level.

get_schema()

Generates the component related Json Schema.

load(filename)

Restores an instance of a model.

predict(x)

prepare_dataset(dataset[, is_fit])

Hook for model-specific preprocessing of input features.

prepare_output(dataset[, is_fit])

Hook for model-specific preprocessing of output targets.

save(filename)

Store an instance of a model.

train(x_train, y_train[, x_validation, ...])

Train the model with the provided data.

validate_and_transform(raw_data)

It takes the data given by the user to initialize the model and returns it with all the objects that the model needs to work.

Attributes

COLOR

COMPATIBLE_COMPONENTS

DISPLAY_NAME

TYPE