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

[Bug] Documentation is confusing #327

Open
Alken0 opened this issue Jul 4, 2023 · 0 comments
Open

[Bug] Documentation is confusing #327

Alken0 opened this issue Jul 4, 2023 · 0 comments

Comments

@Alken0
Copy link

Alken0 commented Jul 4, 2023

Version: 0.7.2
https://automl.github.io/ConfigSpace/main/guide.html

this is stated on the website:

conf = cs.sample_configuration()
conf['max_iter'] = 42
print(conf['max_iter'])
42

but it returns an error - I would have expected it to be possible, to just add a configuration to the config-space but it's only possible for already sampled configurations. This should be clearer written out and not just given indirectly through the code-example before.

@Alken0 Alken0 changed the title [Bug] Documentation is confusing or wrong [Bug] Documentation is confusing Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant