Reproducible data science with Nix, part 12 — Nix as a polyglot build automation tool for data science

Nix is not only a package manager, but also a build automation tool, and you can

use it to build polyglot data science pipelines in a completely reproducible

way.

For example, suppose that you need to mix Python, R and maybe some others tools

for a project (by the way, ...


Continue reading: Reproducible data science with Nix, part 12 — Nix as a polyglot build automation tool for data science


http://dlvr.it/TCdBGf

تعليقات

المشاركات الشائعة من هذه المدونة

How to add R {magrittr}’s %>% Pipe Operator in VSCode as Keyboard Shortcut