baybe.utils.sampling_algorithmsΒΆ

A collection of point sampling algorithms.

Functions

farthest_point_sampling(points[, n_samples, ...])

Sample points according to a farthest point heuristic.

sample_numerical_df(df, n_points, *[, method])

Sample data points from a numerical dataframe.

Classes

DiscreteSamplingMethod

Available discrete sampling methods.