KNN: Make distinction between k and min_samples; improve logging

This commit is contained in:
2020-02-05 12:15:29 -06:00
parent cb0b3d5468
commit 5750b4c98d
2 changed files with 30 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
PYTEST_ARGS := -W ignore::DeprecationWarning -vv -x
PYTEST_ARGS := -W ignore::DeprecationWarning -vv -x --log-level=DEBUG
all: docs test