Skip to content

Releases: anttttti/Wordbatch

Queue Ray backend

28 Jun 07:30
Compare
Choose a tag to compare

Queue Ray backend, so larger numbers of tasks can be sent to Ray at once

Bugfixes

21 Apr 05:02
Compare
Choose a tag to compare

Fixes to updates in 1.4.4 and 1.4.5

32bit FTRL

13 Apr 01:40
Compare
Choose a tag to compare

32-bit precision version of FTRL, and model finalization for 1/3 memory footprint

Apply decorator

31 Dec 22:25
Compare
Choose a tag to compare

Enables use of Apply as a decorator with simplified API. Adds caching and basic Numba support as options for accelerating Apply minibatch processing

Updates, fixes

01 Sep 00:48
Compare
Choose a tag to compare

Several minor fixes and updates

Python library for distributed AI processing pipelines, using swappable scheduler backends.

08 Jun 23:16
Compare
Choose a tag to compare

Support for several distributed backends: Ray, Dask, Spark. Major refactoring and API change.

Refactored pipeline

20 Apr 12:27
Compare
Choose a tag to compare

Refactored wordbatch into a pipeline of separate transformers compatible with sklearn. Added transformers and a modified feature_union class for parallelizing tasks.

Updates & AVX Optimization

09 Mar 09:43
Compare
Choose a tag to compare

Changes for better sklearn-compatibility with fit() and transform() calls.
Optimization of FM_FTRL with AVX instructions.
Started data_utils for assorted util functions.
Several minor bugs fixed.

Spark Integration

11 Jan 10:09
Compare
Choose a tag to compare
1.2.0

Updates for PyPI 1.2 version

1.1.0

30 Sep 06:48
Compare
Choose a tag to compare
Python quote as example