yano_pres/prep/09pipeline/q
Simon Klüttermann ce067dbbf2 initial push
2022-05-23 18:49:15 +02:00

16 lines
236 B
Plaintext

<code>
from yano.iter import *
for dataset, x,tx,ty in pipeline(condition,
split,
shuffle,
normalize("minmax")):
...
</code>