Danger

You are looking at the documentation for an older version of the SDV! We are no longer supporting or maintaining this version of the software

Click here to go to the new docs pages.

sdv.metrics.tabular.MLPRegressor

class sdv.metrics.tabular.MLPRegressor[source]

MLPRegressor Efficacy based metric.

This fits a MLPRegressor to the training data and then evaluates it making predictions on the test data.

__init__()

Initialize self. See help(type(self)) for accurate signature.

Methods

SCORER(y_pred, *[, sample_weight, …])

\(R^2\) (coefficient of determination) regression score function.

__init__()

Initialize self.

compute(test_data, train_data[, metadata, …])

Compute this metric.

compute_breakdown(real_data, synthetic_data)

Compute this metric breakdown.

get_subclasses([include_parents])

Recursively find subclasses of this metric.

normalize(raw_score)

Return a normalized version of the R^2 score.

Attributes

METRICS

MODEL_KWARGS

goal

max_value

min_value

name