Beispiel #1
0
 def get_models(self, model_requested):
     '''
     returns models with a specific string - currently deprecated, should not be used.
     :param model_requested: represents the name of the model from which you want to retrieve
     :return: the model dictionary for your specific model
     '''
     logger("Getting model...")
     return get_similar_model(model_requested, self.models.keys())
     clearLog()
 def get_models(self, model_requested):
     logger("Getting model...")
     return get_similar_model(model_requested, self.models.keys())
     clearLog()