Skip to content

How to evalute tsai models using cross-validation #122

Answered by vrodriguezf
kiview asked this question in Q&A
Discussion options

You must be logged in to vote

I think the easiest way to get the classic K-fold validation would be to create multiple splits of the data calling get_splits with n_splits = K and shuffle=False, and then iterate on the resulting list. Learner-wise I do not know if fastai has something to do it directly, although I doubt it, since it's not something that Jeremy applies often in practical deep learning.

Best!

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@vrodriguezf
Comment options

@kiview
Comment options

@oguiza
Comment options

@kiview
Comment options

@xcvil
Comment options

Answer selected by kiview
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants