Leon Yin
Leon Yin
This works for everything except `parallel_apply` in Jupyter Lab `pandarallel.initialize(progress_bar=True)` see: https://github.com/nalepae/pandarallel/issues/26
@adebayoj LGTM 💯
This sounds cool, what kinds of data and metadata do you have? We do ML for social science at my lab (it's hard!)
Hi, I just stumbled on this. I have experience making reverse image search engines using features extracted from pre-trained neural networks, and then calculating distance using KNN. There's some more...
@jeremybmerrill I sent you an email to talk in depth about this.
Seems relevant: https://stackoverflow.com/questions/14622698/customize-sphinxdoc-theme
That field is pulled from here: https://github.com/the-markup/investigation-isp/blob/main/notebooks/parsers.py#L364 We did not use it in our analysis, so I can't with any authority describe what it means. You're welcome to check out...
What does the output look like, does it look like this? `http://ali.ski/__CLIENT_ERROR__`
I encountered the same issue when trying to turn inputs into tensors with the Pytorch backend. I am trying to use tensors to improve performance, assuming using tensors on a...