machinelearningnuremberg / WellTunedSimpleNets

[NeurIPS 2021] Well-tuned Simple Nets Excel on Tabular Datasets
Apache License 2.0
77 stars 14 forks source link

Package installation #3

Closed SamuelGabriel closed 2 years ago

SamuelGabriel commented 2 years ago

Why do you do cat requirements.txt | xargs -n 1 -L 1 pip install instead of pip install -r requirements.txt?

ArlindKadra commented 2 years ago

It is used to ensure that pip installs the packages in order and one by one :)