Skip to content

Added initialization from pandas DataFrame #29

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

Merged
merged 1 commit into from
Oct 25, 2016

Conversation

ternaus
Copy link

@ternaus ternaus commented Oct 25, 2016

Added method that allows to add points for which target variable is known from pandas dataframe with signature:

(target, {list of columns matching self.keys})

ex:

              target        alpha      colsample_bytree        gamma
        -1166.19102       7.0034                0.6849       8.3673
        -1142.71370       6.6186                0.7314       3.5455
        -1138.68293       6.0798                0.9540       2.3281
        -1146.65974       2.4566                0.9290       0.3456
        -1160.32854       1.9821                0.5298       8.7863

@fmfn
Copy link
Member

fmfn commented Oct 25, 2016

Nice, LGTM! Thanks for the contribution.

@fmfn fmfn closed this Oct 25, 2016
@fmfn fmfn reopened this Oct 25, 2016
@fmfn fmfn merged commit 182c74f into bayesian-optimization:master Oct 25, 2016
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

Successfully merging this pull request may close these issues.

2 participants