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

WORK IN PROGRESS - Saves more important output on predictiontest models #52

Closed
wants to merge 1 commit into from

Conversation

owocki
Copy link
Owner

@owocki owocki commented Apr 5, 2016

What

records training and evaluation error on the predictiontest models

  • The training error is the mean error over the training sample
  • The test (or generalization) error is the expected prediction error over an independent test sample:

Why

This information can help us know if we're under-fitting or over-fitting the data.

Feedback

Feedback welcome.

TRAINER.train()
self.training_error = TRAINER.train()

cv=CrossValidator(trainer=TRAINER, dataset=DS, n_folds=5)
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reading a little more on this, i think DS needs to be on a different dataset than the system was trained on.

@owocki owocki changed the title Saves more important output on predictiontest models WORK IN PROGRESS - Saves more important output on predictiontest models Apr 5, 2016
@owocki
Copy link
Owner Author

owocki commented Apr 11, 2016

Closing this for now.

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

Successfully merging this pull request may close these issues.

None yet

1 participant