You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering if we should differentiate between "trained", "untrained", and "n/a". The last case is things like probability thresholding that don't estimate anything.
The method to fit a tailor is called
fit()
and a new helper function calls that operationfit
ting:tailor/R/utils.R
Lines 76 to 81 in e98131d
At the same time, some other functionality (printing, the slot
$trained
, the following helper) usestrain
:tailor/R/utils.R
Lines 64 to 70 in e98131d
train
follows the precedent ofrecipes::fully_trained()
, print methods elsewhere, etc. I'm not sure if this might be a point of confusion for users.The text was updated successfully, but these errors were encountered: