Tom Pollard

Results 74 issues of Tom Pollard

How can we ensure that authors of papers using eicu-crd follow the data use agreement around code sharing, paper citation etc? One suggestion is adding a note to the front...

Running `python main.py` with default settings raises the following warnings: ```python WARNING:tensorflow:From /usr/local/lib/python3.6/site-packages/tensorflow/python/ops/rnn.py:417: calling reverse_sequence (from tensorflow.python.ops.array_ops) with seq_dim is deprecated and will be removed in a future version. Instructions...

This fixes the following error in the "Examining the arc of 100,000 stories" [Rmd file](https://github.com/dgrtwo/dgrtwo.github.com/blob/master/_R/2017-04-26-tidytext-plots.Rmd): ```r Line 204: Error in FUN(X[[i]], ...) : object 'decile' not found ```

I enjoyed your post on "[Examining the arc of 100,000 stories](http://varianceexplained.org/r/tidytext-plots/)" - thanks! For me the associated [RMarkdown file](https://github.com/dgrtwo/dgrtwo.github.com/blob/master/_R/2017-04-26-tidytext-plots.Rmd) raises the following error: ```R Line 204: Error in FUN(X[[i]], ...)...

The current approach relies on pandas to output the table to tex, csv, etc. Add custom approach to improve the output quality. Consider tabulate: ```py from tableone import TableOne import...

When the groupby variable includes null values, how should these nulls be represented in the table? (point raised by @alistairewj).

It would be good to support multilevel groupby arguments. e.g. `groupby = ['icu_type','gender']`. e.g.: achieve something similar to: ```python from tableone import TableOne import pandas as pd url="https://raw.githubusercontent.com/tompollard/tableone/master/data/pn2012_demo.csv" data=pd.read_csv(url) df...

Consider generating a legend populated with details of the table. e.g. this might include: - warnings related to #22 and #23 - * notes on p-values - notes on summary...

Pushing to the web server triggers a build (via the post receive hook). The build works as expected, but an error is raised: ``` Failed to read Git log: fatal:...

It would be good if the content from the January 2016 [machine learning workshop](http://student.mit.edu/searchiap/iap-9289af8f503781170150493c3b180010.html) could be incorporated into this repository for further development and reuse. Doing so will mean reorganising...