Skip to content

Commit bd2b37e

Browse files
committed
Minor clarification to docstring
1 parent ef247d3 commit bd2b37e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eis_toolkit/prediction/model_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def split_data(
6363
shuffle: bool = True,
6464
) -> List[Union[np.ndarray, pd.DataFrame, sparse._csr.csr_matrix, List[Number]]]:
6565
"""
66-
Split data into two parts.
66+
Split data into two parts. Can be used for train-test or train-validation splits.
6767
6868
For more guidance, read documentation of sklearn.model_selection.train_test_split:
6969
(https://scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html).

0 commit comments

Comments
 (0)