-
-
Notifications
You must be signed in to change notification settings - Fork 242
Version 2.0.0b1 #892
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
Version 2.0.0b1 #892
Conversation
|
Okay guys, I just made my last pass and fixed some last minute issues. Please have a look and confirm ASAP. |
| # targets = np.log(y) | ||
| # model = RandomForest( | ||
| # configspace=_get_cs(X.shape[1]), | ||
| # ratio_features=1.0, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commented out bc should be tested in the RF repo? (Same for GP?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's because Boston is not supported anymore... changing the dataset means changing all of the values
This version contains primarily the new intensifier changes.
Documentation
https://automl.github.io/SMAC3/development/
Required for release candidate
Intensifier
RunHistory(noprocess_resultsmethod anymore)get_next_config: Generator, yields a config. Count how many configs yielded inside the generator.