Skip to content

Number Shift in the resulting Dataframe #1

@yannickfunk

Description

@yannickfunk

I specified the following parameter Space and ran the Optunity Solver:
config = {
"hyperparameter": {
"convlayers": {
"domain": "uniform",
"data": [1, 5],
"type": int
},
"denselayers": {
"domain": "uniform",
"data": [1, 3],
"type": int
}
}
For every run recorded in the Pandas Dataframe the Index of the number is displayed, not the actual number. For example convlayers: 0, but should be convlayers: 1 and so on. I think it is preferable to store the actual integer number

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions