Skip to content

Commit

Permalink
doc: Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
georgedouzas committed Apr 13, 2023
1 parent 080a2bb commit 438d6a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/examples/plot_cluster_oversamplers.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,8 @@ def compare_f1_scores(X_train, X_test, y_train, y_test, clf, oversampler, cluste
# Generate imbalanced data
# ------------------------
#
#
# We are generating a highly imbalanced multi-class data set, using
# ``make_classification`` from scikit-learn.
# `make_classification` from scikit-learn.

X, y = generate_imbalanced_data()
_, ax = plt.subplots(1, 1, figsize=(15, 7))
Expand Down

0 comments on commit 438d6a5

Please sign in to comment.