Sam Havens
Sam Havens
I haven't seen the dependency `sunode` before. It is not pip installable. I tried pip installing by pointing to the GitHub repo, and by cloning it: ```sh git clone https://github.com/aseyboldt/sunode.git...
# What does this PR do ? The docs have an error where the word "cartographic" is used in place of "catastrophic" **Collection**: ? # Changelog - `docs/source/nlp/prompt_learning.rst` fix word...
Calculation (extends "more info about this tool"): We can compute the implicit $R_0$ from our doubling time inputs and our assumed duration of infectiousness $(1/\gamma)$. Since $R_0$ is the number...
## Overview Currently, we use a deterministic SIR model (see `sir` and `sim_sir` in [models.py](https://github.com/CodeForPhilly/chime/blob/develop/penn_chime/models.py)) to predict everything. It does not have many parameters, which I think contributes to the...
Sorry if this is covered somewhere; I looked through the docs and issues and couldn't find it. From what I can tell, FasterTransformer lets you run PT or TF transformer...
This is related to #22 and #161 , but I believe it is distinct. I had a typo in a `cpu` request, and the value was `1000ms` instead of `1000m`....
In preparation to deploy on k8s (https://github.com/CodeForPhilly/civic-cluster/issues/6), this PR: - Changed: moves configs from setup.sh into TOML files in `./.streamlit/` to centralize them - Changed: Dockerfile base image is slim-buster....
This is definitely doable, I have a notebook that I can share with anyone interested [LINK](https://colab.research.google.com/drive/1bBY8OcDz8zm6Ba4xZWjh-HqtUJET07nl?usp=sharing). Unclear if it is doable with a reasonable performance budget, however. What I haven't...
The `delemmatize` flag is convenient, but, for example: ```python dl = Delemmatizer() dl('calculation') # ['calculation', 'calculations'] ``` it would be nice to find **all** derivationally related "words" (including multi-word verb...