Document and simplify Classifier and Regressor

This commit is contained in:
2021-01-22 09:06:04 -06:00
parent f90d78f802
commit b87ef651e1
4 changed files with 123 additions and 18 deletions

View File

@@ -42,6 +42,7 @@ reformat:
test:
$(MYPY) -p miplearn
$(MYPY) -p tests
$(PYTEST) $(PYTEST_ARGS)
.PHONY: test test-watch docs install