Tags: RelationRx/pyrelational
Tags
Bump mypy from 1.8 to 1.9.0 in /requirements (#144) Bumps [mypy](https://github.com/python/mypy) from 1.8 to 1.9.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.8.0...1.9.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: thomasgaudelet <69150449+thomasgaudelet@users.noreply.github.com>
Adding hit ratio metric (#7) * adding hit ratio metric * adding optional return of query history in full active learning run method * specify version in single file and fix documentation * readme semver update * adding check on hit ratio at percentage * make sure hit ratio is in final print Co-authored-by: thomasgaudelet <thomasgaudelet@github.com>