changed the model
Browse files
models.py
CHANGED
|
@@ -8,7 +8,7 @@ class EmailClassifier:
|
|
| 8 |
Email classification model to categorize emails into different support categories
|
| 9 |
"""
|
| 10 |
|
| 11 |
-
CATEGORIES = [
|
| 12 |
|
| 13 |
def __init__(self, model_path: str = None):
|
| 14 |
"""
|
|
|
|
| 8 |
Email classification model to categorize emails into different support categories
|
| 9 |
"""
|
| 10 |
|
| 11 |
+
CATEGORIES = ['Change', 'Incident', 'Problem', 'Request']
|
| 12 |
|
| 13 |
def __init__(self, model_path: str = None):
|
| 14 |
"""
|