Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pyod/utils/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,12 +360,12 @@ def generate_data_clusters(n_train=1000, n_test=500, n_clusters=2,
X_train : numpy array of shape (n_train, n_features)
Training data.

y_train : numpy array of shape (n_train,)
Training ground truth.

X_test : numpy array of shape (n_test, n_features)
Test data.

y_train : numpy array of shape (n_train,)
Training ground truth.

y_test : numpy array of shape (n_test,)
Test ground truth.
"""
Expand Down