Fit classification model and compute key metrics
Arguments
- data
listcontaining train and test sets- iter_data
data.framecontaining the values to iterate over for seed and either feature name or set name- row_id
integerdenoting the row ID foriter_datato filter to- is_null_run
Booleanwhether the calculation is for a null model. Defaults toFALSE- classifier
functionspecifying the classifier to fit. Should be a function with 2 arguments:formulaanddata. Please note thattsfeature_classifierz-scores data prior to modelling using the train set's information so disabling default scaling if your function uses it is recommended.
