Skip to content

iter_vaex

Yields rows from a vaex.DataFrame.

Parameters

  • X (vaex.dataframe.DataFrame)

    A vaex DataFrame housing the training featuers.

  • y (Union[str, vaex.expression.Expression]) – defaults to None

    The column or expression containing the target variable.

  • features (Union[List[str], vaex.expression.Expression]) – defaults to None

    A list of features used for training. If None, all columns in X will be used. Features specifying in y are ignored.