Enable feature importance calculation for the defect/enhancement/task model

This commit is contained in:
Marco Castelluccio 2019-07-11 20:43:23 +02:00
Родитель ca0014450f
Коммит d9cdcdc238
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -10,8 +10,6 @@ class DefectEnhancementTaskModel(DefectModel):
def __init__(self, lemmatization=False, historical=False):
DefectModel.__init__(self, lemmatization, historical)
self.calculate_importance = False
def get_labels(self):
classes = self.get_bugbug_labels("defect_enhancement_task")

Просмотреть файл

@ -196,6 +196,9 @@ tasks:
public/metrics.json:
path: /metrics.json
type: file
public/feature_importance.png:
path: /feature_importance.png
type: file
routes:
- notify.email.release-mgmt-analysis@mozilla.com.on-failed"