mwelz / GenericML

R implementation of Generic Machine Learning Inference (Chernozhukov, Demirer, Duflo and Fernández-Val, 2020).
GNU General Public License v3.0
64 stars 14 forks source link

Implement parallelization for Windows machines #2

Closed mwelz closed 2 years ago

mwelz commented 2 years ago

GenericML currently only supports parallelization on machines with a Unix/Unix-like OS. We want to extend the support for parallelization to Windows in a future release, potentially via sockets.