(id ResourceID, testSize float32, shuffle bool, randomState int)
| 860 | } |
| 861 | |
| 862 | func (store *sqlOfflineStore) GetTrainingSetTestSplit(id ResourceID, testSize float32, shuffle bool, randomState int) (TrainingSetIterator, TrainingSetIterator, func() error, error) { |
| 863 | return nil, nil, nil, nil |
| 864 | } |
| 865 | |
| 866 | // getValueColumnTypes returns a list of column types. Columns consist of feature and label values |
| 867 | // within a training set. |
nothing calls this directly
no outgoing calls
no test coverage detected