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

Improvements to train function and predict function #580

Open
dongsik2026 opened this issue Jun 27, 2019 · 0 comments
Open

Improvements to train function and predict function #580

dongsik2026 opened this issue Jun 27, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@dongsik2026
Copy link

There are suggestions in the process of using the split data function to distinguish training data from test data and to use training functions and predictive functions.

When creating a train function, it is very convenient to take train_table data of split data by default.
In the predict function, however, it is initialized as train_table data, so it needs to be changed to test data every time.

Therefore, it seems to be much easier to set the initial value of test_table to default value in the predict function.

@biue8765 biue8765 added the enhancement New feature or request label Jun 27, 2019
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

3 participants