Page MenuHomePhabricator

Number Shift in the resulting Dataframe
Open, NormalPublic

Description

[MIC-DKFZ/Hyppopy] Number Shift in the resulting Dataframe (#1)

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

Event Timeline

floca triaged this task as Normal priority.May 22 2019, 9:15 PM
floca created this task.