Raphael Mitsch

Results 22 issues of Raphael Mitsch

## Goal Ensure dependencies specified in `requirements.txt` are installed. Notes: - No tests have been added yet. Dedicated tests would be nice, but we'd need to mess with the test...

enhancement
projects

## Goal Refactor the existing `KnowledgeBase` class to facilitate easier customization and do away with the tight coupling between KB interface and its internal implementation. _Note_: Documentation updates and additional...

enhancement
feat / nel

## Goal Add a `find-threshold` CLI command investigating different threshold values for multi-label classification model and returning the one maximizing the F-score. ## Description - New CLI command `find-threshold`; API...

enhancement
feat / cli

## Goals Implement a working draft picking entity candidates based on - similarities in the embedding space between entity description and text - fuzzy lexical similarity between entity name and...

enhancement

## Goals Remove dependency installation from project config files. The changes to install requirements per project in the scheduled BuildKitten job can be found in https://github.com/explosion/buildkite-pipelines/pull/9. ## Description - Remove...

enhancement

## Description As brought up in https://github.com/explosion/spaCy/issues/11443, the current behavior of `spacy.load()` w.r.t. `enable`, `disable` and the `enabled`/`disabled` options in the config is opaque and inconvenient to work around in...

enhancement
feat / ux
feat / config

## Description The weekly build currently fails on BuildKite to the usage of Python 3.7 and the `sqlite3` version shipped with it due to its lack of support of the...

bug

## Description Adds a step for the comparison of multiple evaluations, to simplify comparing e.g. multiple candidate generators. This includes - persisting evaluation results as `.csv` files for every execution...

enhancement

## Description Extend tests to include data types added via relaxed signatures in https://github.com/explosion/thinc/pull/599. ### Types of change Enhancement / chore. ## Checklist - [x] I confirm that I have...

enhancement
tests
feat / types

My issue is pretty much the same as the first problem described in https://github.com/dbpedia/extraction-framework/issues/556 - during extraction of the (German) wikipedia dump a lot of `Tried to convert inconvertible unit`...

question
status: triage-discussion-needed