Predictive Function of Credit Card Consumption Xgboost model to Predict Average Credit Card Consumption in next 3 months.
1 | predict_cc_cons(test)
|
1 2 3 4 | library(xgboost)
library(data.table)
test_data <- fread("test_9K3DBWQ.csv",stringsAsFactors = F,na.strings = c("",",,","NA"),drop="id")
predict_cc_cons(test_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.