We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d0a74 commit 63e0cf4Copy full SHA for 63e0cf4
imblearn/under_sampling/tests/test_cluster_centroids.py renamed to imblearn/under_sampling/prototype_generation/tests/test_cluster_centroids.py
imblearn/under_sampling/tests/test_allknn.py renamed to imblearn/under_sampling/prototype_selection/tests/test_allknn.py
imblearn/under_sampling/tests/test_condensed_nearest_neighbour.py renamed to imblearn/under_sampling/prototype_selection/tests/test_condensed_nearest_neighbour.py
imblearn/under_sampling/tests/test_edited_nearest_neighbours.py renamed to imblearn/under_sampling/prototype_selection/tests/test_edited_nearest_neighbours.py
imblearn/under_sampling/tests/test_instance_hardness_threshold.py renamed to imblearn/under_sampling/prototype_selection/tests/test_instance_hardness_threshold.py
imblearn/under_sampling/tests/test_nearmiss.py renamed to imblearn/under_sampling/prototype_selection/tests/test_nearmiss.py
imblearn/under_sampling/tests/test_neighbourhood_cleaning_rule.py renamed to imblearn/under_sampling/prototype_selection/tests/test_neighbourhood_cleaning_rule.py
imblearn/under_sampling/tests/test_one_sided_selection.py renamed to imblearn/under_sampling/prototype_selection/tests/test_one_sided_selection.py
imblearn/under_sampling/tests/test_random_under_sampler.py renamed to imblearn/under_sampling/prototype_selection/tests/test_random_under_sampler.py
imblearn/under_sampling/tests/test_repeated_edited_nearest_neighbours.py renamed to imblearn/under_sampling/prototype_selection/tests/test_repeated_edited_nearest_neighbours.py
imblearn/under_sampling/tests/test_tomek_links.py renamed to imblearn/under_sampling/prototype_selection/tests/test_tomek_links.py
imblearn/under_sampling/tests/__init__.py
0 commit comments