UBC-MDS / DSCI_522_Group_409

MIT License
1 stars 3 forks source link

Links for milestone 1 #17

Closed vcuspinera closed 4 years ago

vcuspinera commented 4 years ago

Hi guys, in the readme file for the milestone 1, I put this, that maybe be useful for you (at least the links), the only thing is that you should change the link of the TEAM WORK CONTRACT to the one at your repository. Cheers. Victor

In this project we will use a Bike Sharing dataset from [UCI Machine Learning Repository](https://archive.ics.uci.edu/ml/datasets/bike+sharing+dataset) that contains hourly data about the numbers of bike rentals in Washington, DC between 2011 and 2012, with the objective of predict the count of bike rentals on hourly basis in order to forecast the future demand of bike rentals.  

In order to answer our main research question, we are planning to explore different machine learning algorithms. Since our problem is `regression`, we can potentially work with `linear regression`, `KNN`, `Random Forest`, `SVR` and few other similar models. We have selected `mean squared error` as the criteria to select the best model among the selected models.  

The links related with the project are shared here:

> - [TEAM PROJECT REPO](https://github.com/UBC-MDS/DSCI_522_Group_409)
> - [TEAM WORK CONTRACT](https://github.ubc.ca/MDS-2019-20/DSCI_522_milestone1_cuspi/blob/master/team_contract.md)
> - [CODE OF CONDUCT](https://github.com/UBC-MDS/DSCI_522_Group_409/blob/master/CODE_OF_CONDUCT.md)
> - [CONTRIBUTING](https://github.com/UBC-MDS/DSCI_522_Group_409/blob/master/CONTRIBUTING.md)
> - [LICENSE](https://github.com/UBC-MDS/DSCI_522_Group_409/blob/master/LICENSE)
> - [PROJECT PROPOSAL](https://github.com/UBC-MDS/DSCI_522_Group_409/blob/master/README.md)
> - [SCRIPT TO DOWNLOAD AND SAVE THE DATASET](https://github.com/UBC-MDS/DSCI_522_Group_409/blob/master/src/data_download.py)
> - [EXPLORATORY DATA ANALYSIS (EDA)](https://github.com/UBC-MDS/DSCI_522_Group_409/blob/master/eda/EDA.ipynb)
doraqmon commented 4 years ago

Hi Victor, I think we should submit the link from release version , which is similar as the commit one we did before. I will send the links after creating the release :)

doraqmon commented 4 years ago
Here is the updated links 
1. The link to our group project repo is provided [here](https://github.com/UBC-MDS/DSCI_522_Group_409)
2. The link to realease version of group repo is provided [here](https://github.com/UBC-MDS/DSCI_522_Group_409/tree/0.1.0)
3. The link to team contract is provided [here](YOUR PERSONAL REPO LINK)
4. The link to code of conduct is provided [here](https://github.com/UBC-MDS/DSCI_522_Group_409/blob/0.1.0/CODE_OF_CONDUCT.md)
5. The link to contributing file is provided [here](https://github.com/UBC-MDS/DSCI_522_Group_409/blob/0.1.0/CONTRIBUTING.md)
6. The link to license file is provided [here](https://github.com/UBC-MDS/DSCI_522_Group_409/blob/0.1.0/LICENSE)
7. The link to proposal is provided [here](https://github.com/UBC-MDS/DSCI_522_Group_409/blob/0.1.0/README.md)
8. The link to download script is provided [here](https://github.com/UBC-MDS/DSCI_522_Group_409/blob/0.1.0/src/data_download.py)
9. The link to EDA report is provided [here](https://github.com/UBC-MDS/DSCI_522_Group_409/blob/0.1.0/eda/EDA.ipynb)