Splits X and y arrays into test and train sets Args: X (np.ndarray): Training data of shape[n_samples, n_features] y (np.ndarray): Target values of shape[n_samples, 1] test_fraction (float): fraction of data to partition into test set Must be in range [0
(X, y, test_fraction=0.2, randomize=True)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected