Ax icon indicating copy to clipboard operation
Ax copied to clipboard

`StandardizeY` transform requires non-empty data." when using SAASBO

Open Balandat opened this issue 1 year ago • 1 comments

Discussed in https://github.com/facebook/Ax/discussions/2333

Originally posted by JingDang99 April 7, 2024 Ax/tutorials /saasbo.ipynb

when I use this, especially for this line:


DataRequiredError Traceback (most recent call last) Cell In[77], line 5 2 BATCH_SIZE = 5
4 for _ in range(N_BATCHES): ----> 5 saasbo = Models.SAASBO(experiment=experiment, data=data) 6 generator_run = saasbo.gen(BATCH_SIZE) 7 trial = experiment.new_batch_trial(generator_run=generator_run)

it is said "DataRequiredError: StandardizeY transform requires non-empty data."

Balandat avatar Apr 13 '24 16:04 Balandat

Hello there! The issue doesn't repro in version 0.4.0. Can you check that it's resolved for you after updating to 0.4.0?

Cesar-Cardoso avatar May 23 '24 15:05 Cesar-Cardoso