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

split_param in class HomedepotSplitter #1

Open
great-thoughts opened this issue Oct 15, 2016 · 0 comments
Open

split_param in class HomedepotSplitter #1

great-thoughts opened this issue Oct 15, 2016 · 0 comments

Comments

@great-thoughts
Copy link

The class HomedepotSplitter has a split_param=[0.5, 0.25, 0.5]. What do these number represents?
Is it:
split_param[0]: split unique search terms appear in dTrain into 50%train (df0) and 50%validation (df1)
split_param[1]: split the terms appearing in df0 into 25% in train and 75% as common between train and validation
split_param[2]: 50% of the 75% will be appended to the validation dataset?

How do those values relate to the ven diagram?

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