France-Travail / gabarit

Gabarit : kickstart your data science project from scratch
GNU Affero General Public License v3.0
58 stars 11 forks source link

All tests don't include KerasModel #161

Open gsolard opened 1 year ago

gsolard commented 1 year ago

Problem

Some tests (such as those of ModelAggregation) don't include all types of models (for example ModelKeras). They should in order to be more robust

Concerned template

Solution

Audit all tests and add some more varying the types of models (pipeline, Keras, huggingface, ...)