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

Features #4

Closed voremargot closed 2 years ago

voremargot commented 2 years ago

Please check over this code and run it on your local machine. It keeps giving me an error when I run it in the command line and I am not sure why! I also wanted to add a default url and path to save the file in so we don't have to type it in every time but got stuck on the download issue.... here is the url the data is at:

https://archive.ics.uci.edu/ml/machine-learning-databases/forest-fires/forestfires.csv

gauthampughazhendhi commented 2 years ago

Change this line Usage: python test.py <url> <path> in your documentation to Usage: test.py <url> <path>. This should solve the problem.