Wikidata / soweego

Link Wikidata items to large catalogs
https://meta.wikimedia.org/wiki/Grants:Project/Hjfocs/soweego_2
GNU General Public License v3.0
95 stars 8 forks source link

Explore different ways in which we can ensemble the current classifiers #348

Closed tupini07 closed 4 years ago

tupini07 commented 4 years ago

Consider the different ensemble methods presented in the literature. Choose some of them to use in this project.

tupini07 commented 4 years ago

A preliminary search of different ensemble methods show that the following are the most commonly used:

tupini07 commented 4 years ago

We already have baggining implemented by the VotingClassifier. We could implement Gating which is the natural extension. And then we can try Stacking to see if the performance changes.