Michael Wang
Michael Wang
**Describe the bug** `cudf.get_dummies` does not function correctly when specified with `cats` 🐱. **Steps/Code to reproduce bug** ```python In [1]: import cudf In [2]: df = cudf.DataFrame({'col': list('abcdef')}) In [4]:...
In python, I can add a `timedelta` specified with `milliseconds` to a `datetime` object. ```python In [7]: from datetime import datetime, timedelta In [8]: dt = datetime(2018, 4, 9, 13,...
Hi, I need to setup the cluster in a remote server and access it from a local machine. Currently the notebook IP address is set to the loopback address and...
This PR rewrites a few things in `DetailConfig.md` and moved to `readme.md`. Verified the notebooks actually runs in this setup.
When running [dask_cuML_Exploration notebook](https://github.com/isVoid/cloud-ml-examples/blob/f2683711b7ff5d1c3ae15ba41b4e828eccf8b2a3/dask/kubernetes/Dask_cuML_Exploration.ipynb), I ran into the following error: ``` kubernetes_asyncio.client.exceptions.ApiException: (500) Reason: Internal Server Error HTTP response headers: HTTP response body: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"The POST operation against Pod could not...
Currently, `offset` arguments for most c++ APIs are in ESRI shapefile polygon format (see [shapefile whitepaper](https://www.esri.com/content/dam/esrisites/sitecore-archive/Files/Pdfs/library/whitepapers/pdfs/shapefile.pdf), page 10, table 7). The offsets array length equals the number of underlying components....
TBA
## Description This PR renames `t` argument of `CubicSpline` to indicate that it can be used as general CubicSpline interpolation function. Other minor documentation refresh are also included. ## Checklist...
## Motivation Currently cuspatial's file structure is mostly flat, with two modules whose name have overlapping meanings: `core` and `geometry`. We should refactor the structure of the library so that...
This PR adds point to linestring distance. Contributes to #231