HarryZhu
HarryZhu
should be `PKG_LIBS=-L/usr/local/lib -lh3`
@scottmmjackson I have fixed this bug at this PR: https://github.com/scottmmjackson/h3r/pull/3
`promises` is very useful in time-consuming operation, such as spark data collecting. In my daily job, I am heavy using Spark and Rmarkdown. If Rmarkdown SQL chunks could support execute...
Hi future team, I found future is a great framework for distributed data processing. sparklyr::spark_apply is doing the similar things , which support local mode/ yarn-client/ yarn-cluster mode. wish to...
the future package seems like ray in python, just add some decorator to pallarize code on multi-cluster CPU and GPU, which can support reinforcement learning A3C framework very well. ##...
ONNX is a general model format which supports most of the deep learning frameworks including Pytorch, Mxnet, CNTK, Keras and so on. Wish `Sparklyr` can support inference deep learning model...
related to https://github.com/HenrikBengtsson/future/issues/286, A good idea comes from `future` package. the future package provides a great parallel framework across multi-engine, including socket, fork , mpi, multiprocess and so on. wish...
``` import SimpleCV Traceback (most recent call last): File "", line 1, in File "SimpleCV/__init__.py", line 3, in from SimpleCV.base import * File "SimpleCV/base.py", line 21, in import pygame as...
Hi thomas, `tidygraph` is so great when I working on [knowledge graph mining](https://en.wikipedia.org/wiki/Knowledge_Graph), [finance risk-management](https://www.investopedia.com/terms/r/riskmanagement.asp) and [anti-spam](https://en.wikipedia.org/wiki/Anti-spam_techniques) in industry under big data level. Hope `tidygraph` can itegrate with [`graphframes`](https://github.com/rstudio/graphframes) package...