model_to_transfer_learning_model#
Converts a model to a transfer learning model.
- model_to_transfer_learning_model_with_pretraining(model: type[simba_ml.prediction.time_series.models.model.Model]) type[simba_ml.prediction.time_series.models.transfer_learning_model.TransferLearningModel]#
Converts a model to a transfer learning model.
- Parameters:
model – model to convert.
- Returns:
Transfer learning model.