12 lines
296 B
Plaintext
12 lines
296 B
Plaintext
|
<frame title="pipeline">
|
||
|
|
||
|
<code>
|
||
|
from yano.iter import *
|
||
|
for dataset, x,tx,ty in pipeline(condition,
|
||
|
split,
|
||
|
shuffle,
|
||
|
normalize("minmax")):
|
||
|
...
|
||
|
</code>
|
||
|
|
||
|
</frame>
|