Description Usage Arguments Details Value
This function creates a binary logistic regression model for each cluster
1 | developPredictionModels(covariates, cluster)
|
covariates |
An ffdf containing the covariates and values |
cluster |
A dataframe containing row_ids and cluster columns |
This function trains a predictive model using the input covariates to predict cluster membership
A list containing:
predictionModels |
A named list containing the trained models for each cluster (the names are the clusters predicted by the models) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.