martaannaj / RecommenderServer

GNU General Public License v3.0
1 stars 2 forks source link

Clean up support for types in core schematree #55

Open miselico opened 1 year ago

miselico commented 1 year ago

It appears that it would be cleaner to make the schematree unaware of types, and instead only have the input source and the final serving code take care of these. this would give some issues with the recommendation strategies,though, because they make their decisions on cardinality, which would then also include types. Related to #26