JuliaAI / MLJLinearModels.jl

Generalized Linear Regressions Models (penalized regressions, robust regressions, ...)
MIT License
80 stars 13 forks source link

Move away from global pointers in order to be threadsafe #64

Closed tlienart closed 4 years ago

tlienart commented 4 years ago

this will likely make the code a bit less readable in some places but is probably better practice and shouldn't affect performance, additionally it should help avoid non-thread safe stuff