-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNotes.txt
27 lines (21 loc) · 999 Bytes
/
Notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
VENV
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
conda create -n venv-wildfire python=3.7
conda activate venv-wildfire
conda install -n venv-jupyter ipykernel --update-deps --force-reinstall
conda install spyder
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
GIT
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Push:
pip freeze > requirements.txt
git add -A
git diff --name-only --cached --diff-filter=AM
git commit -m "ReSet up.. pheww"
git push -u -f origin master
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
RESOURCES
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Source 1 - https://www.kaggle.com/datasets/abdelghaniaaba/wildfire-prediction-dataset
Source 2 - http://archive.ics.uci.edu/ml/datasets/Forest+Fires