Douglas Bates

Results 73 issues of Douglas Bates

https://github.com/FluxML/model-zoo/blob/7623b854d9792411ff4206d9a33151389dedc444/vision/cifar10/cifar10.jl#L93 Should that be `Float32` instead of `Float64`? See the next line.

A `GlmResp` contains several parallel vectors, and a distribution `D`. Most of the functions that apply to these objects iterate over these vectors in parallel. Would it make sense to...

See the slack discussion https://julialang.slack.com/archives/C674VR0HH/p1582304415448000. It would be handy to have, say, `Feather.description` to return the description string. Would it be worthwhile creating a `Feather.File` type, analogous to `CSV.File`, that...

The Arrow dictionary format allows for an `ordered` flag indicating that the order of the elements in the dictionary should be preserved. This corresponds to the `ordered` property of a...

The description is a copy of that from the previous line.

We would like to install Juliaup as root on a departmental Linux cluster and have it available to users. I haven't found any documentation specific to this use. I presume...

I happened to run into this when constructing an example of a rank-deficient linear model caused by a missing cell in a table. ```julia Main> dfrm = DataFrame([categorical(repeat(string.('A':'D'), inner =...

Apparently the command line option `--source-cache` is no longer available for `conda clean` ```jl julia> versioninfo() Julia Version 1.8.0-beta3 Commit 3e092a2521 (2022-03-29 15:42 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) CPU:...

```julia | | |_| | | | (_| | | Version 1.0.0 (2018-08-08) _/ |\__'_|_|_|\__'_| | |__/ | julia> using RCall, LinearAlgebra julia> BLAS._vendor :mkl julia> reval(R"names(Formaldehyde)") RObject{StrSxp} [1] "carb"...

See https://github.com/JunoLab/Weave.jl/issues/242

notebooks