get_predictions_xgb: this function takes the model structure generated by...

Description Usage Arguments

Description

this function takes the model structure generated by train_model_xgb, along with a test set in the same format as the untransformed *input* df to the prepare_training_set function, to return a prediction vector in the untransformed df.

Usage

1
get_predictions_xgb(model_structure, test_df)

Arguments

model_structure

model structure cresated earlier

test_df

the test data frame


pbhogale/simplexgb documentation built on Nov. 27, 2021, 3:06 p.m.