diff --git a/.vscode/vscode-kanban.json b/.vscode/vscode-kanban.json new file mode 100644 index 0000000..88a249c --- /dev/null +++ b/.vscode/vscode-kanban.json @@ -0,0 +1,53 @@ +{ + "todo": [ + { + "assignedTo": { + "name": "Lorenzo Volpi" + }, + "creation_time": "2023-10-28T14:34:46.226Z", + "id": "4", + "references": [], + "title": "Aggingere estimator basati su PACC (quantificatore)" + }, + { + "assignedTo": { + "name": "Lorenzo Volpi" + }, + "creation_time": "2023-10-28T14:33:36.069Z", + "id": "2", + "references": [], + "title": "Creare plot avg con training prevalence sull'asse x e media rispetto a test prevalence" + }, + { + "assignedTo": { + "name": "Lorenzo Volpi" + }, + "creation_time": "2023-10-28T14:34:23.217Z", + "id": "3", + "references": [], + "title": "Relaizzare grid search per task specifico partedno da GridSearchQ" + }, + { + "assignedTo": { + "name": "Lorenzo Volpi" + }, + "creation_time": "2023-10-28T14:32:37.610Z", + "id": "1", + "references": [], + "title": "Testare su imdb" + } + ], + "in-progress": [ + { + "assignedTo": { + "name": "Lorenzo Volpi" + }, + "creation_time": "2023-10-28T14:35:12.683Z", + "id": "5", + "references": [], + "title": "Rework rappresentazione dati di report" + } + ], + "testing": [], + "done": [] +} \ No newline at end of file diff --git a/TODO.html b/TODO.html index d733192..ace3b2e 100644 --- a/TODO.html +++ b/TODO.html @@ -102,6 +102,18 @@ verbose=True).fit(V_tr)
  • import baselines

  • +
  • +

    testare anche su imbd

    +
  • +
  • +

    plot avg con train prevalence sull'asse x e media su test prevalecne

    +
  • +
  • +

    realizzare grid search per task specifico partendo da GridSearchQ

    +
  • +
  • +

    provare PACC come quantificatore

    +
  • diff --git a/TODO.md b/TODO.md index e2a47de..b6f0719 100644 --- a/TODO.md +++ b/TODO.md @@ -32,5 +32,5 @@ - [ ] testare anche su imbd - [ ] plot avg con train prevalence sull'asse x e media su test prevalecne -- [ ] realizzare grid search per task specifico partendo da GridSearchhQ +- [ ] realizzare grid search per task specifico partendo da GridSearchQ - [ ] provare PACC come quantificatore \ No newline at end of file