hemantkshirsagar8 / PSL_VNIT_ML_PROJ

Research and Implementation on Explainable AI using SHAP architecture.
1 stars 0 forks source link

Instructions for code merging. #14

Open hemantkshirsagar8 opened 5 years ago

hemantkshirsagar8 commented 5 years ago

Please follow below command & instructions while merging your code into the master branch.

  1. git clone https://github.com/hemantkshirsagar8/PSL_VNIT_ML_PROJ.git
  2. git checkout master
  3. git pull
  4. git checkout -b your_branch_name
  5. Create a folder with your name. (e.g. 'karthik').
  6. Place your work, code, and other stuff into the above folder.
  7. git commit -am "your_comments_for_changes"
  8. git push
  9. create Pull Request at github.com repo.
  10. I'll approve this and finally merge it into the master branch.

https://app.leanboard.io/board/c7f60981-5c95-406f-97fd-423637543bba

hemantkshirsagar8 commented 4 years ago
hemantkshirsagar8 commented 4 years ago

Hi Guys,

Please make sure you done the above steps mentioned, before coming for meetup 5. I.e. To move your respective algorithm train code into folder as created above.

This is strictly mandatory for all before coming for meetup 5.

sathish2379 commented 4 years ago

sir, can you update those MLflow commands We are trying to solve the errors which we have mailed you

hemantkshirsagar8 commented 4 years ago
  1. conda create --name py36 python=3.6
  2. conda activate py36
  3. Then execute mlflow from within py36 command prompt.