From 9584e5152eabf8c78f147e1c8461bbce81717d8e Mon Sep 17 00:00:00 2001 From: Alex Moreo Date: Thu, 9 Feb 2023 19:39:39 +0100 Subject: [PATCH] more examples, one-vs-all fixed --- quapy/CHANGE_LOG.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/quapy/CHANGE_LOG.txt b/quapy/CHANGE_LOG.txt index 98c939f..cb10202 100644 --- a/quapy/CHANGE_LOG.txt +++ b/quapy/CHANGE_LOG.txt @@ -78,8 +78,6 @@ Change Log 0.1.7 Things to fix: -------------- -- OneVsAll is duplicated (in aggregative and in general), and is not well documented. It is not working either. - Check method def __parallel(self, func, *args, **kwargs) in aggregative.OneVsAll - update unit tests - update Wikis... - Resolve the OneVsAll thing (it is in base.py and in aggregative.py)