We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef247d3 commit bd2b37eCopy full SHA for bd2b37e
eis_toolkit/prediction/model_utils.py
@@ -63,7 +63,7 @@ def split_data(
63
shuffle: bool = True,
64
) -> List[Union[np.ndarray, pd.DataFrame, sparse._csr.csr_matrix, List[Number]]]:
65
"""
66
- Split data into two parts.
+ Split data into two parts. Can be used for train-test or train-validation splits.
67
68
For more guidance, read documentation of sklearn.model_selection.train_test_split:
69
(https://scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html).
0 commit comments