seanv507
seanv507
👍 @hongooi73 Could you just export the `makeModelComponents(MF)` functions? I have a similar use case. and as you make clear, your design matrix construction is not covered by standard R...
Hi I just tried pip install turbodbc pip install turbodbc Collecting turbodbc Collecting pybind11>=2.2.0 (from turbodbc) Using cached pybind11-2.2.1-py2.py3-none-any.whl Requirement already satisfied: six in ./.local/lib/python3.6/site-packages (from turbodbc) Installing collected packages:...
ubuntu 16.04 i tried conda install gcc ( from reading snippets off the internet) after it didn't work initially... so this is what I see now (after conda install gcc)...
@njsmith could you provide some pointers on what would be needed for patsy to support generating sparse matrices. Would be interested in submitting a patch.
I would also request the ability to extract variable names. The particular issue I would have is how factors are encoded as columns. given `y~factor1 + factor2 + factor1:factor2` it...
@davidtan-tw we use structured logging using structlog ( see https://www.structlog.org/en/stable/logging-best-practices.html#canonical-log-lines) to add various ids etc to each logline (but then output only a few log lines)
I came across this study that suggested there was both bias in values and narrowness in uncertainty in miceRanger. It would be useful if you were able to add this...
rather than doing this, what about supporting pandas assert_frame_equal: https://pandas.pydata.org/docs/reference/api/pandas.testing.assert_frame_equal.html ?
I feel like this is a standard problem when doing parallel logging. It feels like there is a standard solution using eg https://pytest-xdist.readthedocs.io/en/latest/how-to.html#creating-one-log-file-for-each-worker. Is anyone more experienced able to provide...
@RonnyPfannschmidt agreed, but many people would be happy without *live* logs. eg reporting log files consecutively, after the jobs have finished. This is what I imagined would be a "standard...