Anthony Blaom, PhD

Results 815 comments of Anthony Blaom, PhD

@JuliaRegistrator register

@JuliaRegistrator register release notes: - extend compat for StatitisticalTraits to include version 1.0

@JuliaRegistrator register release notes: - Bump compat requirement for PrettyTables to 1.0

@JuliaRegistrator register

@JuliaRegistrator register

Thanks for this query. > I would have expected that XHorse (or a subset of it) would be used. It is being used. When you call `predict(mach, rows=1:3)` it is...

Yes, less leave this open to remind me.

So, for example, this works: ```julia using CategoricalArrays a = DataFrame(a =categorical(["a","b","c"]), b=[1,2,3]); ```

Or: ```julia using ScientificTypes coerce!(a, a: => Multiclass) ```