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