UBC-MDS / forest-fire-area-prediction

This project aims to predict the burned area of forest fires in the northeast region of Portugal, using meteorological and soil moisture data.
https://ubc-mds.github.io/forest-fire-area-prediction/reports/forest_fire_analysis_report.html
MIT License
8 stars 10 forks source link

Adding script for EDA #28

Closed hatefr closed 2 years ago

voremargot commented 2 years ago
  1. After advice from the last 522 lecture, I have decided to change the test and train data to .csv files rather than pickle. Please change how the data data is read into the EDA.py file and EDA file
  2. Make sure the x scale is no longer the sqrt scale when looking at 0 and 1 values (see plot before categorical column title)
  3. please delete the src/geckodriver.log file so we don't commit it to the project.
gauthampughazhendhi commented 2 years ago

@hatefr you have a merge conflict in the EDA notebook. Can you resolve the conflict?