BPt.EvalResults.get_coefs#

EvalResults.get_coefs()[source]#

This function returns each coef_ value across fitted estimators. If None have this parameter, it will return a list of None.

Returns
coefslist

A list of coef_ where each element in the list refers to a fold from the evaluation.