dice_ml.model_interfaces package¶
Submodules¶
dice_ml.model_interfaces.base_model module¶
Module containing a template class as an interface to ML model. Subclasses implement model interfaces for different ML frameworks such as TensorFlow or PyTorch. All model interface methods are in dice_ml.model_interfaces
dice_ml.model_interfaces.keras_tensorflow_model module¶
Module containing an interface to trained Keras Tensorflow model.
dice_ml.model_interfaces.pytorch_model module¶
Module containing an interface to trained PyTorch model.