13 lines
315 B
Plaintext
13 lines
315 B
Plaintext
|
<frame title="New Condition">
|
||
|
|
||
|
<code>
|
||
|
condition= (number_of_samples>200) &
|
||
|
(number_of_samples<10000) &
|
||
|
(number_of_features>50) &
|
||
|
(number_of_features<500) &
|
||
|
~index
|
||
|
print(len(condition),"Datasets found")
|
||
|
</code>
|
||
|
->13 Datasets found
|
||
|
|
||
|
</frame>
|