vincent d warmerdam

Results 346 comments of vincent d warmerdam
trafficstars

I could have a look but it'd help if you shared a few things. 1. Screenshots are a poor method of sharing code because it's impossible for me to copy/paste....

I just tried running code on my M1 mac and I could not reproduce. ```python import gensim.downloader as api from whatlies.language import GensimLanguage # First download some vectors wv =...

Can you confirm that this runs? ```python import gensim.downloader as api from whatlies.language import GensimLanguage # First download some vectors wv = api.load('glove-twitter-25') # [=====================] 100.0% 104.8/104.8MB downloaded wv.save("glove-twitter-25.kv") #...

Can you confirm if this runs? Could you also share your platform info? ```python import gensim.downloader as api from whatlies.language import GensimLanguage # First download some vectors wv = api.load('glove-twitter-25')...

It makes sense to delay this though. We need to confirm that the new gensim version is backwards compatible with the old version.

The `Runner` got added a few months later, so I'm not 100% sure if it's completely compatible. There's two comments on doing these grids for sklearn stuff though. 1. The...

Another alternative is to have `X`, `y` around also global variables, or to pass the name of the file that needs to be loaded (that's what I usually do).

I don't have a ray server around, unfortunately. That said, part of me is also wondering to what extent we want to benchmark this. Having *a* benchmark that tells us...