Jayce
Jayce
``` def read_embedding_list(file_path): embedding_word_dict = {} embedding_list = [] with open(file_path) as f: for row in tqdm.tqdm(f.read().split("\n")[1:-1]): data = row.split(" ") word = data[0] embedding = np.array([float(num) for num in...
## General - **Operating System**: OSX 13.3.1 (22E261) - **Python version**: 3.8.15 - **Pandas version**: 2.0.0 - **Pandarallel version**: 1.6.4 ## Acknowledgement - [x] My issue is **NOT** present when...
Hello there, is it possible that `gensim` can support python3.12?
Seems that cuml doesn't support python 3.12. I wonder if there a timeline to support python 3.12?
Hi there, I install the latest xeus-lua (0.7.6) on my MacBook M4 Pro, but it throws an error `libxeus.11.dylib' (no such file, not in dyld cache)` when I try to...
Hello there, I tried to uninstall and reinstall xeus-lua via mamba, but still I can't use `utf8` lib. Below is the error msg. ``` [string "utf8 = require("utf8")"]:1: module 'utf8'...