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
9 stars 10 forks source link

Updates to preprocessing script #29

Closed voremargot closed 2 years ago

voremargot commented 2 years ago
  1. Change the name of the script to be clean_n_split.py
  2. Output of the script is now csv rather than pickle
  3. Took out hard coded path name that was accidentally left in
  4. Changed function name from seasons to get_seasons
  5. Removed the pickle processed data and replaced it with csv files
gauthampughazhendhi commented 2 years ago

@voremargot there is a merge conflict on the data file, can you look into it? I couldn't merge it. Also, we don't fire or rain_cat anymore. Thanks!

hatefr commented 2 years ago

I am merging it now for my work. @gauthampughaz please review if you want.

gauthampughazhendhi commented 2 years ago

@hatefr I am fine with the changes.