Skip to content
#

hyperparameter-search

Here are 61 public repositories matching this topic...

ericl
ericl commented May 3, 2022

Description

Per https://discuss.ray.io/t/how-do-i-sample-from-a-ray-datasets/5308, we should add a random_sample(N) API that returns N records from a Dataset. This can be implemented via a map_batches() followed by a take().

cc @simon-mo @clarkzinzow

Use case

Random sample is useful for a variety of scenarios, including creating training batches, and downsampling the dataset for

good first issue enhancement P2 datasets
Neuraxle
OCTIS

Improve this page

Add a description, image, and links to the hyperparameter-search topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hyperparameter-search topic, visit your repo's landing page and select "manage topics."

Learn more