From be7a126c9492969a41e925507e4d67a7bcda7552 Mon Sep 17 00:00:00 2001 From: Alejandro Moreo Date: Thu, 7 Apr 2022 16:48:31 +0200 Subject: [PATCH] update todo things --- TODO.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/TODO.txt b/TODO.txt index 8a674a7..c20e901 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,7 +1,11 @@ +sample_size should not be mandatory when qp.environ['SAMPLE_SIZE'] has been specified +clean all the cumbersome methods that have to be implemented for new quantifiers (e.g., n_classes_ prop, etc.) +make truly parallel the GridSearchQ +abstract protocols + Packaging: ========================================== -Documentation with sphinx Document methods with paper references unit-tests clean wiki_examples!