vocalpy/vak

ENH: Have `vak.predict` accept `post_tfm_kwargs` like `eval` + `learncurve`

NickleDave opened this issue · 0 comments

This came up in this related bug:
#697 (comment)

It's surprising that we specify the parameters for the post-processing transformation as separate options in the predict section of the config, but then specify them in a "sub-table" named post_tfm_kwargs in the eval and learncurve sections

We should change predict to be consistent with the others IMO since we may want to change the semantics of post_tfm_kwargs depending on the model family