Toshiaki Asakura
Toshiaki Asakura
I was also stuck in this problem, when I developed my own OSS. I used "nbsphinx" to generate a site. At first, I thought this was source of a problem,...
I suggest like this way. data preparation and defin MyTableOne. ```python # import libraries from tableone import TableOne import pandas as pd from io import StringIO import csv import copy...
More elegant with this [Pandas multi-index to csv file](https://stackoverflow.com/questions/55050841/pandas-multi-index-to-csv-file)
Thank you for your reply. I am very happy with almost same results of R's glm.nb using the following code. (Just for my memo, or other people.) ```python from patsy...
Sorry I mis-pasted the code error. I hope to access discrete negative binomial with this syntax. (consistent with `smf.glm`). ```python model = smf.glm("breaks ~ wool + C(tension, Treatment('L'))", data=data, family=sm.NegativeBinomial()).fit()...
Currently, I'm working on your code reviews, and I happened to remember to ask you how to add attributes... Whan I run the following code, I obtain the result as...
I'm sorry to rush you, but what's going on for this pull request? Are there some problems, or should I improve my pull request?
Same error when try to insert tag for tablenon ```table --- include: Table1.csv caption : A nice caption {#tbl:1} markdown: true table-width: 5/5 alignment: LLLLL --- ``` Then the following...
I touched `mgcv` package and its `predict` function provides point estimates and standard errors for each time point (`$fit` and `$se.fit`). To apply scoringutils, we have to convert the result...
Just for a note for the "Getting Started". I think `Converting to quantile-based forecast` section in `Getting started` should be moved to Articles or be mentioned in an early stage....