This repository has been archived by the owner on Aug 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from wellcometrust/update-version-2020.4.0
Update version to 2020.4.0 and add Changelog
- Loading branch information
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# 2020.4.0 | ||
|
||
* Add partial_fit to BERTClassifier | ||
* Add mean_last_four embedding to BertVectorizer | ||
* Use nlp.pipe for prediction as its quicker | ||
* Add generator to transform data on demand for spacy to reduce memory usage | ||
* Add multilabel and architecture parameter in SpacyClassifier | ||
* Modify SpacyClassifier to accept sparse Y for multilabel classification | ||
* Add pretrain_vectors_path parameters to SpacyClassifier | ||
* Add speed metric to SpacyClassifier and BertClassifier | ||
* Fix tests in BertClassifier to check for loss reduction after 5 iterations |
This file contains 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