Marketing Prediction
Bank Deposits Prediction Model
Input
Type
Description
Usage
data_train, data_test = get_data(train = 'https://raw.githubusercontent.com/../banking_dataset_train.csv', test = 'https://raw.githubusercontent.com/../banking_dataset_test.csv')Input
Type
Description
Usage
X, y = preprocess_inputs(data_train, data_test, "Random_Forest")Input
Type
Description
Usage
Input
Type
Description
Usage
Input
Type
Description
Usage
Last updated