The ASHRAE Great Energy Predictor III (GEPIII) competition was held in late
2019 as one of the largest machine learning competitions ever held focused on
building performance. It was hosted on the Kaggle platform and resulted in
39,402 prediction submissions, with the top five teams splitting 25,000inprizemoney.Thispaperoutlineslessonslearnedfromparticipants,mainlyfromteamswhoscoredinthetop5fromtheirexperiencethroughanonlinesurvey,analysisofpubliclysharedsubmissionsandnotebooks,andthedocumentationofthewinningteams.Thetop−performingsolutionsmostlyusedensemblesofGradientBoostingMachine(GBM)tree−basedmodels,withtheLightGBMpackagebeingthemostpopular.Thesurveyparticipantsindicatedthatthepreprocessingandfeatureextractionphaseswerethemostimportantaspectsofcreatingthebestmodelingapproach.AllthesurveyrespondentsusedPythonastheirprimarymodelingtool,anditwascommontouseJupyter−styleNotebooksasdevelopmentenvironments.Theseconclusionsareessentialtohelpsteertheresearchandpracticalimplementationofbuildingenergymeterpredictioninthefuture.