Hamoye-Random-Forest
Hamoye Random Forest Group Project for Gold Price Prediction.
This is a collaborative project and all the resources can be found below.
Project Dataset link: https://www.kaggle.com/anushaharikumar/predicting-gold-price-using-ml-techniques/data?select=FINAL_USO.csv
Just do the following things to work on this repo.
- Clone the repo
- Create a branch using the following command: git checkout -b YOURNAME
Make sure the branchname is of your name to ensure who makes the pull request.
- Work on the project and once you have something good and then use the following commands to update code on github
git add -A
git commit -m "YOUR MESSAGE"
git push origin branchname
- To get the updated code from github use the following code:
git checkout main
git pull
git checkout branchname
git pull origin main