Description Usage Arguments Value Examples
Generate the first generation of models.
1  | initialize_parents(feature_count, P = 2 * feature_count)
 | 
feature_count | 
 Number of features given  | 
P | 
 Number of parents in the generation  | 
A list of selected models, with each specified by the indices of selected columns.
1  | parents <- initialize_parents(10, P = 10, number_features=4)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.