Jeffrey Erlich

Results 14 issues of Jeffrey Erlich

In Julia 1.5.1 or 1.6. Here `py` is a vector of probabilities and `y` are "samples" drawn from py. `py` isn't really `Binomial()` but `glm` still fits the model. You...

It seems like poor design to have the links to datasets peppered throughout the tutorials. One solution would be a csv with columns "dataset", "url" Then if we change the...

Infrastructure

The latest version of Parquet.jl is 0.8.0. Queryverse requires 0.4.0 The 0.4.0 version doesn't play well with DataFrames.

I initially posted this issue (incorrectly) to `GLM.jl` https://github.com/JuliaStats/GLM.jl/issues/490 `lrtest` tests a difference in deviance, but the correct definition for the test statistic is twice the difference in the loglikelihood....

changing `categorical` to `string.` fixes issue #250

First, just want to say that i love this! So thanks for the work. Maybe you can add a little note for the section on correlations: There is a difference...

This is a great library. Thanks! I wrote this function which i find useful, thought others might too: if you are doing a lot of additions/updates it is better to...

enhancement

I very regularly want to bin some 2D data based on the first element and then apply a grouping function to the 2nd element. I wrote this for 2D case,...

Cool package. When reading the docs, I noticed a `[]` that should have been updated to a `{}` https://github.com/FedeClaudi/Term.jl/blob/094339bc1a41a73296cec54c2a36dc3c52457076/docs/src/basics/styled_text.md?plain=1#L89C211-L89C216

I'm trying to debug a shell script that uses R and jupyter which are installed using conda. I managed a workaround where I just put the path into the shell...