Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5031)

Unified Diff: appengine/findit/crash/findit_for_chromecrash.py

Issue 2625073003: [Predator] Add MetaWeight and MetaFeatureValue to group multiple weights and features together. (Closed)
Patch Set: Rebase. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/findit/crash/findit.py ('k') | appengine/findit/crash/loglinear/changelist_classifier.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/crash/findit_for_chromecrash.py
diff --git a/appengine/findit/crash/findit_for_chromecrash.py b/appengine/findit/crash/findit_for_chromecrash.py
index fa255bb7b9ab3d80c1b1acc20ad1c018e10d41b9..5cc446275b464f07ea04888e0d245ab41c8bd616 100644
--- a/appengine/findit/crash/findit_for_chromecrash.py
+++ b/appengine/findit/crash/findit_for_chromecrash.py
@@ -57,6 +57,8 @@ class FinditForChromeCrash(Findit):
# The top_n is the number of components we should return as
# components suggestion results.
+ # TODO(http://crbug.com/679964) Deprecate the scorer-based changelist
+ # classifier and use loglinear model instead.
self._predator = Predator(
cl_classifier = ChangelistClassifier(get_repository),
component_classifier = ComponentClassifier(
« no previous file with comments | « appengine/findit/crash/findit.py ('k') | appengine/findit/crash/loglinear/changelist_classifier.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698