iter_vaex¶
Yields rows from a vaex.DataFrame
.
Parameters¶
-
X
Type → vaex.dataframe.DataFrame
A vaex DataFrame housing the training featuers.
-
y
Type → str | vaex.expression.Expression | None
Default →
None
The column or expression containing the target variable.
-
features
Type → list[str] | vaex.expression.Expression | None
Default →
None
A list of features used for training. If None, all columns in
X
will be used. Features specifying iny
are ignored.