facebookresearch / fastText

Library for fast text representation and classification.
https://fasttext.cc/
MIT License
25.83k stars 4.71k forks source link

How to (cross)validate results of supervised training #1282

Open e412 opened 2 years ago

e412 commented 2 years ago

Hi guys,

I have been implementing fasttext supervised learning funktion for a multiclass Problem. The results look great, the autotuning of the parameters works great too. It is by far the best perfoming model I have tried on my use case.

But I need to Validate the results. Cross Validation would be optimal as I am using it for my other models too.

I spent days looking for a solution for implementing a cross validation by myself but wasnt able to find anything on the topic that is up to date.

Any help on this would be very much appreciated.

Thanks in advance :)

Eva