Skip to content

Multi-Label classification with one label per bit of training data + ClassifierChain learning classes on the fly? #487

Answered by MaxHalford
benwhale asked this question in Q&A
Discussion options

You must be logged in to vote

Is there a way to get this classifier chain to learn new labels/classes as it encounters them?

Sadly for the moment no. I guess it could be done!

Secondly, is this a valid approach for a problem where I am only getting one label with each bit of data?

No, you have to group the labels together in the same observation. I suppose you could "hold" the data while you wait for all the labels to arrive.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@benwhale
Comment options

@MaxHalford
Comment options

Answer selected by benwhale
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants