ChEB-AI / python-chebai

GNU Affero General Public License v3.0
11 stars 4 forks source link

Infrastructure for ensemble models #28

Open sfluegel05 opened 3 months ago

sfluegel05 commented 3 months ago

For several models, it should be possible to combine them into one ensemble. There are different options for integrating models, e.g. partitioning the space of ChEBI classes into subsets, each of which is predicted by a different model. A use case might be combining a neural network that can predict high-level classes with a logical formalism that can predict selected low-level classes.