Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Releases: buccaneerai/rxjs-stats

v1.1

01 Nov 03:09
b642481
Compare
Choose a tag to compare
  • added support for warm starts (setting initial state so that operators can resume from where they left off)
  • added countValues operator (based on pandas.DataFrame.value_counts)
  • documentation improvements

v1.0.0

27 Oct 13:50
61ed8db
Compare
Choose a tag to compare
Merge pull request #26 from buccaneerai/dev

chore: fixed image URL in README

v0.5.0

26 Oct 22:59
3a52ceb
Compare
Choose a tag to compare
  • updates to public API's export pattern

v0.4.0

26 Oct 20:44
8858c30
Compare
Choose a tag to compare
Merge pull request #19 from buccaneerai/v0.4.0

v0.4.0

v0.3.0

26 Oct 04:34
924b176
Compare
Choose a tag to compare
  • new operator: stdev
  • new operator: variance

v0.2.0

26 Oct 00:34
3ab07d1
Compare
Choose a tag to compare
  • added change operator
  • added f1 operator
  • documentation improvements

v0.1.0

25 Oct 20:14
7613081
Compare
Choose a tag to compare

First release, including these operators:

  • accuracy
  • mean
  • precision
  • recall
  • roundTo
  • sum
  • throwUnlessNum