Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Balandat opened this issue Apr 13, 2024 · 1 comment
Open

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

Balandat opened this issue Apr 13, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Balandat
Copy link
Contributor

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."

@Cesar-Cardoso Cesar-Cardoso self-assigned this Apr 22, 2024
@Cesar-Cardoso Cesar-Cardoso added the bug Something isn't working label May 23, 2024
@Cesar-Cardoso
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants