Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Fix field_names in heat_load_predictor.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yashasvini121 authored Oct 28, 2024
1 parent e5407e0 commit 84af402
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,56 +5,56 @@
"min_value": 0.5,
"default_value": 0.7,
"step": 0.01,
"field_name": "Relative_Compactness"
"field_name": "relative_compactness"
},
"Surface Area": {
"type": "number",
"min_value": 300.0,
"default_value": 500.0,
"step": 0.1,
"field_name": "Surface_Area"
"field_name": "surface_area"
},
"Wall Area": {
"type": "number",
"min_value": 200.0,
"default_value": 300.0,
"step": 0.1,
"field_name": "Wall_Area"
"field_name": "wall_area"
},
"Roof Area": {
"type": "number",
"min_value": 100.0,
"default_value": 220.0,
"step": 0.1,
"field_name": "Roof_Area"
"field_name": "roof_area"
},
"Overall Height": {
"type": "number",
"min_value": 2.5,
"default_value": 3.5,
"step": 0.01,
"field_name": "Overall_Height"
"field_name": "overall_height"
},
"Orientation": {
"type": "number",
"min_value": 1,
"default_value": 2,
"step": 1,
"field_name": "Orientation"
"field_name": "orientation"
},
"Glazing Area": {
"type": "slider",
"min_value": 0.0,
"default_value": 0.1,
"step": 0.01,
"field_name": "Glazing_Area"
"field_name": "glazing_area"
},
"Glazing Area Distribution": {
"type": "number",
"min_value": 0.0,
"default_value": 0.25,
"step": 0.01,
"field_name": "Glazing_Area_Distribution"
"field_name": "glazing_area_distribution"
}
}
}

0 comments on commit 84af402

Please sign in to comment.