michael bourassa
michael bourassa
I think my situation would be related to this bug. Running the following using the 'bokeh' extension: ``` tl = [2079, 76, 15022, 3475, 31550, 38, 564, 551, 77, 117,...
@joewilaj I got this to run in Python3. Here are the necessary changes: - replace occurrences of 'xrange' with 'range' - replace occurrences of 'iter.keys' with 'keys' - where you...
@nitrocalcite is this issue progressing? Can't think of a time I didn't need log-scale on a histogram for real data.
**SOLVED**: Just to say that this is still an issue. My version of the error refers to this path: `/Users/xxxx/miniconda3/lib/python3.8/site-packages/conda/common/serialize.py` The code that is relevant is this. The fix is...
Fix for that is as follows. Replace the variable names in the Word2Vec call: - 'iter' -> 'epochs' - 'size' -> 'vector_size'
Sorry about that :-D I was using: gensim 4.2.0 but encountered the problem while working with the struc2vec repo [here](https://github.com/leoribeiro/struc2vec/pull/12). Basically a fork of your latest and then tried to...
I can do that. Michael Bourassa Data Scientist | *MindBridge* +1 613-894-9189 Bourassa mindbridge.ai [image: twitter] [image: linkedin] [image: banner] On Wed, Apr 12, 2023 at 2:53 AM Elior Cohen...
Thank you for the 'batch size' tip, it will be useful b/c the next batch of files will be larger. Note, my situation is slightly different as there is no...
Yeah found them =D This is the log from executing the import, with no batch, into an empty db. Nothing indicates an error to me or what am I missing?...