New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 674262 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Jan 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 669639
issue 680207



Sign in to add a comment

[Predator] the LLM-based CL classifier shouldn't have to to keep hold of all the weights

Project Member Reported by wrengr@chromium.org, Dec 14 2016

Issue description

The LogLinearChangelistClassifier class needs to keep hold of the weights dictionary so that it can get the score of individual features in order to filter things and pretty-print the individual scores. We should augment the UnnormalizedLoglinearModel class itself so that it can return that information directly.

One option is to update the FeatureValue class to return the score in addition to the raw value. (And for normalized LLMs, it should also have the probability.)

A different option is to leave the FeatureValue alone but add a LLM method which takes FeatureValues and returns their scores (and similar for probabilities).
 
Owner: kateso...@chromium.org

Comment 2 by wrengr@chromium.org, Jan 11 2017

Blocking: 680207
Project Member

Comment 3 by bugdroid1@chromium.org, Jan 23 2017

Status: Fixed (was: Assigned)

Sign in to add a comment