DashAI.back.converters.IncrementalPCA

class IncrementalPCA(**kwargs)[source]

Scikit-learn’s IncrementalPCA wrapper for DashAI.

__init__(**kwargs)

Methods

__init__(**kwargs)

changes_row_count()

Indicates if the converter changes the number of rows in the dataset.

fit(x[, y])

Generic fit method for sklearn transformers

fit_transform(X[, y])

Fit to data, then transform it.

get_covariance()

Compute data covariance with the generative model.

get_feature_names_out([input_features])

Get output feature names for transformation.

get_metadata_routing()

Get metadata routing of this object.

get_params([deep])

Get parameters for this estimator.

get_precision()

Compute data precision matrix with the generative model.

get_schema()

Generates the component related Json Schema.

inverse_transform(X)

Transform data back to its original space.

partial_fit(X[, y, check_input])

Incremental fit with X.

set_fit_request(*[, x])

Request metadata passed to the fit method.

set_output(*[, transform])

Set output container.

set_params(**params)

Set the parameters of this estimator.

set_partial_fit_request(*[, check_input])

Request metadata passed to the partial_fit method.

set_transform_request(*[, x])

Request metadata passed to the transform method.

transform(x[, y])

Generic transform method for sklearn transformers

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

DESCRIPTION

TYPE