aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| * fix evaluation methodsAdam Janovsky2022-10-091-14/+23
| |
| * fix CPE target_hw attributeAdam Janovsky2022-10-091-1/+1
| |
| * add command for number of converted pdf documentsAdam Janovsky2022-10-051-2/+3
| |
| * Sample (6) missing digests (to have 100) for manual CPE evaluationAdam Janovsky2022-10-052-9/+9
| |
| * add LaTeX commands for OCR success rateAdam Janovsky2022-10-051-58/+72
| |
| * Merge branch 'main' into feat/eval-cpe-matchesAdam Janovsky2022-10-042-334/+334
| |\ | |/ |/|
* | Update final run with even more final run.J08nY2022-10-041-333/+331
| |
* | Merge pull request #268 from crocs-muni/fix/cc-html-pp-constructoradamjanovsky2022-10-041-1/+3
|\ \ | | | | | | fix bad PP constructor when parsing CC HTML webpage
| * | fix bad PP constructor when parsing CC HTML webpageAdam Janovsky2022-10-041-1/+3
|/ /
| * Merge branch 'main' into feat/eval-cpe-matchesAdam Janovsky2022-10-047-49/+898
| |\ | |/ |/|
* | Add final-run logs.J08nY2022-10-041-89/+700
| |
* | Fix extraction check with new attr defaults.J08nY2022-10-041-2/+2
| |
* | Store OCR results into CC cert state.J08nY2022-10-044-18/+32
| |
* | Add new CC cert state attributes.J08nY2022-10-043-31/+54
| |
* | Add final run notebook.J08nY2022-10-041-0/+201
| |
| * Merge branch 'main' into feat/eval-cpe-matchesAdam Janovsky2022-10-041-9/+1
| |\ | |/ |/|
* | Merge pull request #266 from crocs-muni/dependabot/pip/requirements/joblib-1.2.0Ján Jančár2022-10-031-9/+1
|\ \ | | | | | | build(deps): bump joblib from 1.1.0 to 1.2.0 in /requirements
| * | build(deps): bump joblib from 1.1.0 to 1.2.0 in /requirementsdependabot[bot]2022-09-301-9/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [joblib](https://github.com/joblib/joblib) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/joblib/joblib/releases) - [Changelog](https://github.com/joblib/joblib/blob/master/CHANGES.rst) - [Commits](https://github.com/joblib/joblib/compare/1.1.0...1.2.0) --- updated-dependencies: - dependency-name: joblib dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Bump CPE matching setting default.J08nY2022-10-031-1/+1
|/ /
| * prepare code for CPE manual evaluationAdam Janovsky2022-10-047-23/+244
|/
* Merge pull request #259 from ↵adamjanovsky2022-09-3013-543/+1659
|\ | | | | | | | | crocs-muni:feat/temporal-trends-notebook-improvements Temporal notebook iterative improvements
| * random fixes and improvements in notebooksAdam Janovsky2022-09-303-299/+535
| |
| * add latex plotting notebookAdam Janovsky2022-09-271-0/+333
| |
| * Merge branch 'main' into feat/temporal-trends-notebook-improvementsAdam Janovsky2022-09-2727-542/+2382
| |\
| * | update notebooks with latex commandsAdam Janovsky2022-09-272-511/+932
| | |
| * | compute sar in time evolutionAdam Janovsky2022-09-131-2/+63
| | |
| * | start colleting EALs from PP datasetAdam Janovsky2022-09-1311-212/+89
| | |
| * | additional plots in temporal notebookAdam Janovsky2022-09-131-52/+240
| | |
* | | Drop dependency_analysis notebook, replaced by References notebook.J08nY2022-09-291-1168/+0
| | |
* | | Update notebooks with more paper commands.J08nY2022-09-273-5018/+406
| | |
* | | Merge some ddesignations in manual reference eval data.J08nY2022-09-271-2/+2
| | |
* | | Make DependencyFinder drop unknown refs in CC and FIPS dataset use.J08nY2022-09-275-7/+13
| |/ |/|
* | Add reference eval of random subset of certs.J08nY2022-09-263-4/+256
| |
* | Properly handle duplicates in dependency finder.J08nY2022-09-251-25/+14
| | | | | | | | Do not assign references to duplicates other than the main one.
* | Enrich some rules.J08nY2022-09-251-0/+8
| |
* | Make DependencyFinder handle duplicates and unknowns.J08nY2022-09-251-36/+102
| |
* | Cleanup DependencyFinder.J08nY2022-09-251-24/+22
| |
* | Fix #237 and cleanup DependencyFinder.J08nY2022-09-251-57/+42
| |
* | Add some more LaTeX number commands into cert id eval.J08nY2022-09-252-221/+55
| |
* | Fix eval notebook file reference.J08nY2022-09-232-2/+3
| |
* | Fix Japan canonicalízation.J08nY2022-09-232-0/+2
| |
* | More code coverage.J08nY2022-09-222-0/+49
| |
* | Canonicalize Norway properly.J08nY2022-09-221-0/+6
| |
* | Merge pull request #264 from crocs-muni/fix/fix-regex-issuesJán Jančár2022-09-222-5/+18
|\ \ | | | | | | Fix regex matching wrong substrings.
| * | Use multiline regex flag.J08nY2022-09-221-1/+2
| | |
| * | Fix regex matching wronng substrings.J08nY2022-09-222-5/+17
|/ / | | | | | | Fixes #255.
* | Merge pull request #263 from crocs-muni/feat/cert-id-evalJán Jančár2022-09-229-341/+486
|\ \ | | | | | | Add ground truth analysis of cert ids.
| * | Final evaluation changes.J08nY2022-09-226-339/+277
| | |
| * | Canonicalize before choosing cert_id, sort by length if same weight.J08nY2022-09-215-52/+54
| | |
| * | Normalize cert_id candidates to 0.0-1.0 range but without sum normalization.J08nY2022-09-215-35/+87
| | |