Skip to content

Make this package as easy to use as QRF #108

@nikhilwoodruff

Description

@nikhilwoodruff

Putting this here as the bar- should just be a few adjustments.

from microimpute.models import QRF
# Should not be importing R, any other big non-QRF packages. Should not display any warnings (haven't seen any, just being safe)

model = QRF()
fitted_model = model.fit(train_df, x_cols=[], y_cols=[])
fitted_model.predict(inference_df): pd.DataFrame)

Everything, e.g. quantile selection, should be automatic and not need any other lines of code.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions