Yusuke Minami
Yusuke Minami
Thank you, @dcmoura ! I didn't know `text` processor. Since `text` processor needs OFFSET option or preprocessing (by sed) to handle single-column text files with header, it may not seem...
Yes, but that still needs to specify the header option, which is not consistent with `CSV` processor. I would suggest `text` processor treats the first line as the header in...
The error could be returned if python-json-logger package (dependency of kedro version 0.18.2 or older) is not installed. Could you try installing these packages? ```bash pip install python-json-logger==2.0.4 kedro==0.17.7 scikit-learn==0.21.3...
同じ症状でしたが、リストをUnsubscribeすれば回避できました。 tweepy==3.8.0 Python 3.6.8 Ubuntu 18.04.3 LTS
Thank you for your contribution, and sorry for my late response. It would be great if we can make the code compatible with both Python 3.6 and 3.7.
Ok, I reported the issue at https://github.com/conda-forge/fzf-feedstock/issues/52 . Thanks for an awesome tool!
Example batch vector search using PyTorch DataLoader: ```python import shutil import lancedb import torch try: from tqdm import tqdm except Exception: def tqdm(*args, **kwargs): return args[0] def identity_func(x): return x...
Hi @npow , `scipy.sparse.csr_matrix.log1p` does not work because `from scipy.sparse.csr_matrix import log1p` does not work. Instead, `numpy.log1p` should work because `from numpy import log1p` works. Can this be a workaround?
Same issue `Could not fetch repository file tree. Repository might not exist, be empty or private.` for https://github.com/microsoft/vscode-pylint https://gitdiagram.com/microsoft/vscode-pylint