MCPcopy Create free account
hub / github.com/featureform/featureform / GetTrainingSetTestSplit

Method GetTrainingSetTestSplit

provider/sql.go:862–864  ·  view source on GitHub ↗
(id ResourceID, testSize float32, shuffle bool, randomState int)

Source from the content-addressed store, hash-verified

860}
861
862func (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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected