UBC-MDS / RaincouverPrediction

Group 9 shared repository for 522
https://ubc-mds.github.io/RaincouverPrediction/
Other
0 stars 3 forks source link

Test/data api #40

Closed sivakornchong closed 11 months ago

sivakornchong commented 11 months ago

src/get_api.py

  1. Create get_api file (def get_vancouver_data) to extract out vancouver data via API.
  2. Added docstrings.

tests/test-import_data.py

  1. Create a file to test the get_vancouver_data function

milestone2/weather_forecast.ipynb

  1. Modify the milestone2/weather_forecast.ipynb file to include this get_vancouver_data function and automate the API call.
  2. Change the RandomSearchCV regression parameters to accommodate containerization. (Smaller)

Others

  1. Modify the .gitignore to ignore data folder.
  2. Modify Dockerfile to include more dependencies