Adian Khair commited on
Commit ·
60acce9
1
Parent(s): 870aff4
Adding README and first Code File
Browse files- UnderstandingRandom1PercentOfData.ipynb +0 -0
- requirements.txt +25 -0
UnderstandingRandom1PercentOfData.ipynb
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
requirements.txt
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
# Install recommended packages:
|
| 3 |
+
# pip install -r requirements.txt
|
| 4 |
+
notebook==7.4.0
|
| 5 |
+
numpy==2.1.3
|
| 6 |
+
scipy==1.15.2
|
| 7 |
+
matplotlib==3.10.1
|
| 8 |
+
pandas==2.2.3
|
| 9 |
+
h5py==3.13.0
|
| 10 |
+
scikit-learn==1.6.1
|
| 11 |
+
xgboost==3.0.0
|
| 12 |
+
lightgbm==4.6.0
|
| 13 |
+
seaborn==0.13.2
|
| 14 |
+
tensorflow==2.19.0
|
| 15 |
+
torch==2.6.0
|
| 16 |
+
torch-geometric==2.6.1
|
| 17 |
+
torchaudio==2.6.0
|
| 18 |
+
torchvision==0.21.0
|
| 19 |
+
Geopandas==1.0.1
|
| 20 |
+
xarray==2025.4.1.dev0
|
| 21 |
+
rasterio==1.4
|
| 22 |
+
rioxarray==0.19.0
|
| 23 |
+
datashader==0.18.1
|
| 24 |
+
holoviews==1.20.2
|
| 25 |
+
pyarrow
|