Table of Contents

Mojo function

bootstrap_sample

fn bootstrap_sample(X: Matrix, y: Matrix) -> Tuple[Matrix, Matrix]

Args:

  • X (Matrix)
  • y (Matrix)

Returns:

Tuple

Raises: