Wordbatch icon indicating copy to clipboard operation
Wordbatch copied to clipboard

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

Results 13 Wordbatch issues
Sort by recently updated
recently updated
newest added

Tried to use: pip install word batch but failed building wheel for py-lz4framed. I do have python 3.6 installed under anaconda package. The computer os: Mac os high sierra. Does...

will it work for Windows ?

I have tried to install from source both 1.3.3 and 1.3.5 versions. When issuing the import FTRL commands I get a strange "Ilegal instruction" message. I am working on an...

I leave transform() method since extractor is used inside, and I think it would be better to document it together with extractors. Also I made some minor changes to the...

I would like to use `FM_FTRL` in an sklearn cross-validation pipeline, e.g., ``` from wordbatch.models import FM_FTRL modelF = FM_FTRL( alpha=0.01, # learning rate beta=0.1, L1=0.00001, L2=0.10, D=X_train.shape[1], alpha_fm=0.01, L2_fm=0.0,...

I was unable to successfully install this wordbatch lib through the last issue solution,can anyone give me some advice? last issue solution: * brew install gcc * export CC=gcc-7 *...

Hello, I run the following code with WordBatch on windows: import wordbatch from wordbatch.extractors import WordBag from wordbatch.models import FTRL, FM_FTRL import pandas as pd import pandas as pd import...

Hi. I trained an FM_FTRL model for 5 iterations which took 5 hours on 120 million records data. But when I try to output predictions on this trained model, it...

After trying out wordbatch using WordVec extractor, I am facing the following problem. ![image](https://user-images.githubusercontent.com/9487316/36779724-ec58e2a4-1c96-11e8-999a-dbe983cd1549.png) I have used the following code to initialize the wordbatch ` wb= wordbatch.WordBatch(normalize_text,extractor=(Hstack, [(WordVec, {"wordvec_file": "../input/glove6b300dtxt/glove.6B.300d.txt",...