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

Folding Classifier don't correctly work with mask in report.learning_curve #18

Closed
tlikhomanenko opened this issue Jul 21, 2015 · 2 comments
Assignees
Labels
Milestone

Comments

@tlikhomanenko
Copy link
Contributor

  1. Add message about dataset length (equal or not to the training) during staged_predict_proba
  2. Add predict_all (True, False) to report learning curve (when mask will be applied, before or after prediction operation)
@arogozhnikov
Copy link
Contributor

  1. Add message about dataset length (equal or not to the training) during staged_predict_proba

Resolved, there message now is predicting with random estimator if using folding scheme and train length doesn't coincide with test.
9dd8eee

@tlikhomanenko tlikhomanenko added this to the 0.6.4 milestone Sep 1, 2015
@tlikhomanenko tlikhomanenko self-assigned this Sep 1, 2015
@arogozhnikov
Copy link
Contributor

Resolved in
5b68483

Now there is special parameter predict_only_masked=True

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants