Jorge Tornero

Results 13 comments of Jorge Tornero

Hello @garyocampo @brorgustav @Chris--A @PaulStoffregen I do drive a 132 keys keyboard (but using only 121) with this library. AFAIK, I had to modify MAPSIZE 10 directive to MAPSIZE 12...

Thank you very much for your fast answer. I've made a workaround forcing the dmatrices (or dmatrix) output to pandas dataframe and substituing in dataframe.columns, i.e., say predictors is our...

Well, I've been playing a little with git and I've been able to modify the source code in my local repo. The idea is to be able to pass an...

Dear njsmith, I'm sorry maybe I mixed up stuff with statsmodels and patsy. What I wanted to mean is concerned to the names that appear int statsmodels.GLMResults.summary(). Those names are...

> @jtornero I encountered this same issue, and surrounding the table name with single quotes (`'table name'`) worked to ensure that the table name (with spaces) was linked to a...

Hello, @ddavidebor Sorry for replying so late. I really appreciate you suggestion, but I prefer to license the code with GPL. All the best, Jorge

@paulperry Could you please add a little example of you want to get? I'll try to do my best (but it's not likely to be in the inmediate future, sorry)...

@paulperry At first glance looks like that there is some trouble when trying to guess the column type. Must check. Cheers Jorge

@paulperry Looks like it needs to let non-numeric columns play if the agg_func is count. For a workaround, add after line 179, indenting as appropiate ``` elif agg_func=='count': fieldType="integer" ```...

@shankarnayagam Thank you for reporting the issue. I hope I could find some time to fix it in the future.