INNER CODE UNIT · Python

load_model

shibing624/pytextclassifier · pytextclassifier/base_classifier.py:69

    def load_model(self):
        raise NotImplementedError('load method not implemented.')

    def save_model(self):
        raise NotImplementedError('save method not implemented.')

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…