Skip to content

Releases: apmoore1/Bella

Minor feature updates

06 Oct 11:09
Compare
Choose a tag to compare
Minor feature updates Pre-release
Pre-release
  1. Updated the TargetCollection so that the sentiment predictions instead of just being one array of predictions for the Dataset can be n array of predictions so that other statistics can be calculated e.g. the mean.
  2. TargetCollection can also now be easily saved to json type files.
  3. TargetCollection word_list function now has an additional lower argument.

Very Minor release

07 Sep 13:26
Compare
Choose a tag to compare
Very Minor release Pre-release
Pre-release

One update

Added lower argument to word_list function in bella/data_types file.

COLING 2018 Update

18 Aug 11:33
2300ce3
Compare
Choose a tag to compare
COLING 2018 Update Pre-release
Pre-release

COLING 2018 Update

This release is the correct release for the related COLING paper and not to use version 0.1.0-alpha as reference for that paper.

The release brings with it a better Model API, as all models now have the following common functions:

  1. fit
  2. predict
  3. probabilities
  4. save
  5. load
  6. name

The release also comes with easier to download models through the API.

COLING 2018

13 Jun 13:07
Compare
Choose a tag to compare
COLING 2018 Pre-release
Pre-release

This is the release that is associated to the COLING 2018 paper and the following pip version of the code.