Predict_cc_cons: Predictive Function of Credit Card Consumption Xgboost model

Description Usage Examples

Description

Predictive Function of Credit Card Consumption Xgboost model to Predict Average Credit Card Consumption in next 3 months.

Usage

1

Examples

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)

TomarAnushree/CcConsPredictor documentation built on Oct. 31, 2019, 12:15 a.m.