ai-privacy-toolkit/apt/utils/models
2024-07-03 13:29:37 +03:00
..
__init__.py ModelOutputType is now a Flag instead of regular enum. Combinations of the base flags are provided for all of the previous output types for convenience. All checks in the code now use the basic flags and not the complex types. 2024-07-03 13:29:37 +03:00
keras_model.py ModelOutputType is now a Flag instead of regular enum. Combinations of the base flags are provided for all of the previous output types for convenience. All checks in the code now use the basic flags and not the complex types. 2024-07-03 13:29:37 +03:00
model.py ModelOutputType is now a Flag instead of regular enum. Combinations of the base flags are provided for all of the previous output types for convenience. All checks in the code now use the basic flags and not the complex types. 2024-07-03 13:29:37 +03:00
pytorch_model.py ModelOutputType is now a Flag instead of regular enum. Combinations of the base flags are provided for all of the previous output types for convenience. All checks in the code now use the basic flags and not the complex types. 2024-07-03 13:29:37 +03:00
sklearn_model.py ModelOutputType is now a Flag instead of regular enum. Combinations of the base flags are provided for all of the previous output types for convenience. All checks in the code now use the basic flags and not the complex types. 2024-07-03 13:29:37 +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