ai-privacy-toolkit/apt/utils/models
2024-05-02 18:56:31 +03:00
..
__init__.py New model output types + single implementation of score method that supports multiple output types. Existing tests pass. Still need more tests for new types. 2024-03-07 19:00:09 +02:00
keras_model.py Remove check of correct shape of predictions which becomes too complicated with the new output types supported. 2024-05-02 18:56:31 +03:00
model.py Remove check of correct shape of predictions which becomes too complicated with the new output types supported. 2024-05-02 18:56:31 +03:00
pytorch_model.py Formatting 2024-05-02 17:04:34 +03:00
sklearn_model.py Remove check of correct shape of predictions which becomes too complicated with the new output types supported. 2024-05-02 18:56:31 +03:00
xgboost_model.py Remove check of correct shape of predictions which becomes too complicated with the new output types supported. 2024-05-02 18:56:31 +03:00