model_copy

method of dascore.models.base.DascoreBaseModel source

model_copy(
    self ,
    update = None,
    deep: bool = False,
)-> ‘Self’

Copy the model, dropping cached values the update invalidates.