Skip to content

killerkiemklan/To-Grant-or-not_ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Grant-or-not_ML

Rui Lourenço: 20211639

Extract the data into a folder called data

Create folder with git repo

click in code and copy the https link open a terminal on the folder you want to store the project git clone "link"

Create a python env:

python -m venv env

Install libraries

pip install requirements.txt

Save new libraries

pip freeze > requirements.txt

Git sacred commands:

git pull : copies from a remote directory git fetch : copies changed files from remote directory without replacing the one you changed

git commit : tell git what files to send git push : send commited files to remote branch

Set up git

git config --global user.name "Your Name" git config --global user.email "[email protected]"

About

dfdfd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors