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

Series name or dataframe columns of the output of split_train_test #34

Closed
tailaiw opened this issue Jan 1, 2020 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@tailaiw
Copy link
Contributor

tailaiw commented Jan 1, 2020

split_train_test returns a list of pandas Series or DataFrame objects with new series names or column names such as "train_0", "A_test_3", which may create difficulties for postprocessing. It would be better if the output is a dict object where keys are split id but series names and column names are kept unchanged.

@tailaiw tailaiw added the enhancement New feature or request label Jan 1, 2020
@tailaiw tailaiw changed the title series name or dataframe columns of the output of split_train_test Series name or dataframe columns of the output of split_train_test Jan 1, 2020
@tailaiw
Copy link
Contributor Author

tailaiw commented Mar 9, 2020

see #92

@tailaiw tailaiw closed this as completed Mar 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant