studio icon indicating copy to clipboard operation
studio copied to clipboard

Improvements to train function and predict function

Open dongsik2026 opened this issue 6 years ago • 0 comments

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.

dongsik2026 avatar Jun 27 '19 01:06 dongsik2026