MCPcopy Create free account
hub / github.com/KOSASIH/nPinA-pi-network / split_data

Function split_data

utils/data_processing.py:9–12  ·  view source on GitHub ↗
(data, test_size)

Source from the content-addressed store, hash-verified

7 return preprocessed_data
8
9def split_data(data, test_size):
10 # Splitting data into training and testing sets
11 # ...
12 return X_train, y_train, X_test, y_test

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected