INNER CODE UNIT · Python

evaluate

shibing624/pytextclassifier · pytextclassifier/base_classifier.py:66

    def evaluate(self, **kwargs):
        raise NotImplementedError('evaluate method not implemented.')

    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…