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

How to create CV-fold index #4

Closed
ikki407 opened this issue Jul 16, 2016 · 0 comments
Closed

How to create CV-fold index #4

ikki407 opened this issue Jul 16, 2016 · 0 comments

Comments

@ikki407
Copy link
Owner

ikki407 commented Jul 16, 2016

  • previous version for CV-fold file. Using index.

train:

[2,3,4,5,6,7,8,9]

[0,1,4,5,6,7,8,9]

[0,1,2,3,6,7,8,9]

[0,1,2,3,4,5,8,9]

[0,1,2,3,4,5,6,7]

test:

[0,1]

[2,3]

[4,5]

[6,7]

[8,9]

  • current version for CV-fold file(better than previous one). Using fold ID.

[0,0,1,1,2,2,3,3,4,4]

But current BaseModel uses previous version architectures.
If current version is used, it is changed to previous format.
So need to change that to using original format.
And need to change .ix to .iloc for stable behavior.

Need to change global CV-fold file name with new CV-fold file name, if new CV-fold be created.

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