Open
Conversation
keep in memmap
attempt to restore coveralls, closes #812
fixed links for some outdated and updated examples
adds consulting line to readme
Closes #836: escape colon at CompoundPredicate
for bigger data (over 5K records) we draw a random sample for purpose of estimating the comparison counts of predicates. If we sample w/ replacement then we have a chance of pulling in exact duplicates, which can cause us to overestimate the number of comparisons. this is especially noticeable for precidates that have low comparison count
- No content changes - replace "examples_buffer" -> "labeled" and "uncertain_pairs" -> "unlabled" to be more consistent - pull out a _print() function and a _mark_pair() function to be more dry. Also fixes a type annotation typo of "exmples: TrainingData" - Use black style formatting in a place or two - change "if" to "while" when popping from a too-full `labeled` (no behavior change at this point, but it makes more sense and heads off a future bug where `len(labeled)` could be much more than `buffer_len`)
sometimes it takes 0 params.
it is otherwise very not obvious why we do this.
Otherwise we if we ever go "previous" we have to worry about maybe popping twice if a past label was "unsure"
Treat "unsure" as both "yes" and "no"
The "unsure" key isn't used anywhere else
Remove use of "unsure" from TrainingData type
No behavior changes (I don't think) As far as I could tell, this private method is only used in prepare_training - Had default arguments that didn't match prepare_training - Had stale docstring - Now verifies data before resetting active learner, as a nicety - Fixes message from assert if you don't call prepare_training()
REF: remove unneeded ActiveMatching._sample()
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.4.0...2.5.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v1...v2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…cibuildwheel-2.5.0 Bump pypa/cibuildwheel from 2.4.0 to 2.5.0
…ub/codeql-action-2 Bump github/codeql-action from 1 to 2
We want all subsequent steps to use the reformatted version, so do this before anything else
Format with Black
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.