JB
JB
Or maybe, if I know the tree architecture, then the main job of parabel is done? And all I should do is to train 1 vs all classifiers in each...
Hmm, but cbor files keep not only tree architecture information, but also the classifier themselves, right? Creating trees is an intermediate step in parabel, but can they be saved /edited...
Hey @tomtung, another question on that. When doing the prediction, how does the algorithm choose which way to go on the tree node? This is multilabel algorithm, so it cannot...
Yep, that makes a lot of sense. Then, for each of the top labels, one could get a list of words sorted in descending importance e.g. 50 most important words....
@tomtung I hope you will find some time then! :)
Any news on the topic?
Hey, thanks for that, I will definitely try that. About NANs. Did you see the _TODO_ comment in the main.py: if __name__ == '__main__': **# TODO: if the loss gets...
Hey Christian, thanks for the reply. I do understand how research works - documentation is the last thing you want to do when you see improvements on the horizon :)...