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.
Putting this here as the bar- should just be a few adjustments.
Everything, e.g. quantile selection, should be automatic and not need any other lines of code.