Results 26 issues of Matthew Farrellee

https://github.com/radanalyticsio/silex/blob/18413a8b537af254d19da48bd644df43277852f3/src/jekyll/_includes/themes/bootstrap/default.html#L20 http://freevariable.com/mint/?js has an https option that should be used

**Is your feature request related to a problem? Please describe.** writing code with `import cudf as pd` **Describe the solution you'd like** same behavior as `import pandas as pd` ```...

feature request
0 - Backlog
libcudf
cuIO

`rank-bm25==0.2.2` ``` In [11]: rank_bm25.BM25(corpus=[]) --------------------------------------------------------------------------- ZeroDivisionError Traceback (most recent call last) Cell In[11], line 1 ----> 1 rank_bm25.BM25(corpus=[]) File .../lib/python3.11/site-packages/rank_bm25.py:27, in BM25.__init__(self, corpus, tokenizer) 24 if tokenizer: 25 corpus...

enhancement

**Is your feature request related to a problem? Please describe.** queries using `grouping(x, y)` cannot be run by dask-sql for instance, ``` import dask_sql as ds import pandas as pd...

enhancement
needs triage

**Is your feature request related to a problem? Please describe.** queries using `grouping` cannot be run by dask-sql for instance, ``` import dask_sql as ds import pandas as pd print(ds.__version__)...

enhancement
needs triage

- [x] detect fedora 32 - [x] detect cuda with rpm - [x] install_base - [x] install_driver - [x] install_cuda - [ ] install_docker nvidia-docker does not support fedora, see...

https://github.com/NVIDIA/data-science-stack/blob/617900af8dee9a2d186276797f4a20abef9585fa/data-science-stack.Dockerfile#L42-L58 these lines can be replaced by a RUN data-science-stack install install-miniconda and install-notebooks this will reduce code duplication and the number of places versions need to be updated

``` # simulating setup-system because install-docker currently broken $ ./data-science-stack install-base ... $ ./data-science-stack install-driver ... $ reboot ... $ ./data-science-stack diagnostics ... ###NV### Wed Feb 10 12:32:15 UTC 2021...

``` $ ./data-science-stack create-conda-env tmp ###NV### Tue 09 Feb 2021 12:34:24 AM EST #### Conda detected: 4.9.2 ###NV### Tue 09 Feb 2021 12:34:24 AM EST #### Conda root: /mnt/ssd/miniconda3 ###NV###...