Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complete the building of our improvement feedback loop #12

Closed
6 tasks done
fgregg opened this issue Aug 8, 2014 · 0 comments
Closed
6 tasks done

Complete the building of our improvement feedback loop #12

fgregg opened this issue Aug 8, 2014 · 0 comments

Comments

@fgregg
Copy link
Member

fgregg commented Aug 8, 2014

To build a really great parser we need to set up a feedback loop for ourselves.

The loop will include

  1. Testing the performance of the parser on addresses
  2. Identifying the failures
  3. Altering the parser by
    1. Changing the training corpus by
      1. changing the amount of training data
      2. changing the variety of training data
      3. changing the representativeness of the tranining data
    2. changing the features we use for the model
    3. changing the model form

After making adjustments to the parser (3), we need to be able to evaluate (1) the performance, and identify current difficult cases (2) with one command.

In the next round, adjustments to the parser (3), need to be based upon our current failures.

@fgregg fgregg closed this as completed Aug 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant