martaannaj / RecommenderServer

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

Get rid of the typePrefix variable #26

Open miselico opened 2 years ago

miselico commented 2 years ago

At the moment, the schematree package contains the typePrefx variable. This is however only used during tree generation, for printing some info. Since this is specific to how we load data, it seems better to move this to move this closer to where the JSON dump is actually processed.

miselico commented 2 years ago

Note: this is more relevant wrt the work in https://github.com/martaannaj/RecommenderServer/tree/protobuffer_serialization