This is a MLflow practice for a naive ML model in production based on class of EPITA-2023 for AIS program.
id
: building idYear_Factor
: anonymized year in which the weather and energy usage factors were observedState_Factor
: anonymized state in which the building is locatedbuilding_class
: building classificationfacility_type
: building usage typefloor_area
: floor area (in square feet) of the buildingyear_built
: year in which the building was constructedenergy_star_rating
: the energy star rating of the buildingELEVATION
: elevation of the building locationjanuary_min_temp
: minimum temperature in January (in Fahrenheit) at the location of the buildingjanuary_avg_temp
: average temperature in January (in Fahrenheit) at the location of the buildingjanuary_max_temp
: maximum temperature in January (in Fahrenheit) at the location of the buildingcooling_degree_days
: cooling degree day for a given day is the number of degrees where the daily average temperature exceeds 65 degrees Fahrenheit. Each month is summed to produce an annual total at the location of the building.heating_degree_days
: heating degree day for a given day is the number of degrees where the daily average temperature falls under 65 degrees Fahrenheit. Each month is summed to produce an annual total at the location of the building.precipitation_inches
: annual precipitation in inches at the location of the buildingsnowfall_inches
: annual snowfall in inches at the location of the buildingsnowdepth_inches
: annual snow depth in inches at the location of the buildingavg_temp
: average temperature over a year at the location of the buildingdays_below_30F
: total number of days below 30 degrees Fahrenheit at the location of the buildingdays_below_20F
: total number of days below 20 degrees Fahrenheit at the location of the buildingdays_below_10F
: total number of days below 10 degrees Fahrenheit at the location of the buildingdays_below_0F
: total number of days below 0 degrees Fahrenheit at the location of the buildingdays_above_80F
: total number of days above 80 degrees Fahrenheit at the location of the buildingdays_above_90F
: total number of days above 90 degrees Fahrenheit at the location of the buildingdays_above_100F
: total number of days above 100 degrees Fahrenheit at the location of the buildingdays_above_110F
: total number of days above 110 degrees Fahrenheit at the location of the buildingdirection_max_wind_speed
: wind direction for maximum wind speed at the location of the building. Given in 360-degree compass point directions (e.g. 360 = north, 180 = south, etc.).direction_peak_wind_speed
: wind direction for peak wind gust speed at the location of the building. Given in 360-degree compass point directions (e.g. 360 = north, 180 = south, etc.).max_wind_speed
: maximum wind speed at the location of the buildingdays_with_fog
: number of days with fog at the location of the building
site_eui
: Site Energy Usage Intensity is the amount of heat and electricity consumed by a building as reflected in utility bills