:py:mod:`ForeTiS.model._model_functions` ======================================== .. py:module:: ForeTiS.model._model_functions Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: ForeTiS.model._model_functions.load_model ForeTiS.model._model_functions.retrain_model_with_results_file .. py:function:: load_model(path, filename) Load persisted model :param path: path where the model is saved :param filename: filename of the model :return: model instance .. py:function:: retrain_model_with_results_file(featureset, model) Retrain a model based on information saved in a results overview file. :param featureset: dataset for training :param model: model that you want to retrain on the whole data :return: retrained model