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

Method GetTrainingSetTestSplit

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

Source from the content-addressed store, hash-verified

288 UpdateTrainingSet(TrainingSetDef) error
289 GetTrainingSet(id ResourceID) (TrainingSetIterator, error)
290 GetTrainingSetTestSplit(id ResourceID, testSize float32, shuffle bool, randomState int) (TrainingSetIterator, TrainingSetIterator, func() error, error)
291 Close() error
292 ResourceLocation(id ResourceID) (string, error)
293 Provider

Callers 2

testTrainTestSplitFunction · 0.65

Implementers 11

MockOfflineCreateTransformationFailrunner/create_transformation_test.go
MockOfflineRegisterSourceFailrunner/register_source_test.go
BrokenNumRowsOfflineStorerunner/copy_test.go
MockOfflineStorerunner/copy_test.go
MockOfflineCreateTrainingSetFailrunner/training_set_runner_test.go
memoryOfflineStoreprovider/offline.go
sqlOfflineStoreprovider/sql.go
K8sOfflineStoreprovider/k8s.go
SparkOfflineStoreprovider/spark.go
bqOfflineStoreprovider/bigquery.go
MockUnitTestOfflineStoreprovider/unit_test_store.go

Calls

no outgoing calls

Tested by 1

testTrainTestSplitFunction · 0.52