GeneticAlgorithmPython icon indicating copy to clipboard operation
GeneticAlgorithmPython copied to clipboard

Multi-label output support?

Open Alex-Bujorianu opened this issue 2 years ago • 1 comments

Does PyGAD support multi-label classification? That is, classification where the classes are not mutually exclusive? My y variable is a numpy array created by the MultiLabelBinarizer. I am trying to build a recommendation algorithm for patients, and the patients typically receive anywhere from 1 to 5 recommendations.

Alex-Bujorianu avatar May 26 '22 12:05 Alex-Bujorianu

PyGAD supports training Keras and PyTorch models regardless of the problem. So, yes it supports multi-class problems.

ahmedfgad avatar Feb 25 '23 19:02 ahmedfgad