There are several .pkl files in this directory. Below their meaning is explained.
- A model can be
rf(random forest) orxgb(XGBoost). - For NEVO, there is a model trained on the dataset's
owncolumns and on columns that are mapped to FNDDS. - Most models are trained on
sixnutrients, meaning the six basic nutrients. A reference ofallmeans trained on all available nutrient columns. This differs per dataset and therefore per model.- Considering using the model on a different dataset,
sixis probably easiest, as column names aresugars_100g', 'proteins_100g', 'fat_100g', 'carbohydrates_100g', 'sodium_100g' . If not usingsix`, you can infer the necessary columns from the model, as it will ask you for the exact same names.
- Considering using the model on a different dataset,
- The name of the dataset is used to indicate on which dataset the model is trained, such as
ledaoroff.
oneclf can be ignored.