Spaces:
Sleeping
Sleeping
change
Browse files- .gitignore +1 -0
- requirements.txt +65 -0
- toolkit/pipeline.joblib +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
venv/
|
requirements.txt
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
asttokens==2.4.1
|
2 |
+
attrs==23.2.0
|
3 |
+
certifi==2023.11.17
|
4 |
+
click==8.1.7
|
5 |
+
click-plugins==1.1.1
|
6 |
+
cligj==0.7.2
|
7 |
+
colorama==0.4.6
|
8 |
+
comm==0.2.0
|
9 |
+
contourpy==1.2.0
|
10 |
+
cycler==0.12.1
|
11 |
+
debugpy==1.8.0
|
12 |
+
decorator==5.1.1
|
13 |
+
executing==2.0.1
|
14 |
+
fastjsonschema==2.19.1
|
15 |
+
fiona==1.9.5
|
16 |
+
fonttools==4.47.0
|
17 |
+
geographiclib==2.0
|
18 |
+
geopandas==0.14.2
|
19 |
+
geopy==2.4.1
|
20 |
+
ipykernel==6.27.1
|
21 |
+
ipython==8.18.1
|
22 |
+
jedi==0.19.1
|
23 |
+
joblib==1.3.2
|
24 |
+
jsonschema==4.20.0
|
25 |
+
jsonschema-specifications==2023.12.1
|
26 |
+
jupyter_client==8.6.0
|
27 |
+
jupyter_core==5.5.1
|
28 |
+
kiwisolver==1.4.5
|
29 |
+
matplotlib==3.8.2
|
30 |
+
matplotlib-inline==0.1.6
|
31 |
+
nbformat==5.9.2
|
32 |
+
nest-asyncio==1.5.8
|
33 |
+
numpy==1.26.2
|
34 |
+
packaging==23.2
|
35 |
+
pandas==2.1.4
|
36 |
+
parso==0.8.3
|
37 |
+
Pillow==10.1.0
|
38 |
+
platformdirs==4.1.0
|
39 |
+
plotly==5.18.0
|
40 |
+
prompt-toolkit==3.0.43
|
41 |
+
psutil==5.9.7
|
42 |
+
pure-eval==0.2.2
|
43 |
+
Pygments==2.17.2
|
44 |
+
pyparsing==3.1.1
|
45 |
+
pyproj==3.6.1
|
46 |
+
python-dateutil==2.8.2
|
47 |
+
pytz==2023.3.post1
|
48 |
+
pywin32==306
|
49 |
+
pyzmq==25.1.2
|
50 |
+
referencing==0.32.1
|
51 |
+
rpds-py==0.16.2
|
52 |
+
scikit-learn==1.3.2
|
53 |
+
scipy==1.11.4
|
54 |
+
seaborn==0.13.0
|
55 |
+
setuptools==69.0.3
|
56 |
+
shapely==2.0.2
|
57 |
+
six==1.16.0
|
58 |
+
stack-data==0.6.3
|
59 |
+
tenacity==8.2.3
|
60 |
+
threadpoolctl==3.2.0
|
61 |
+
tornado==6.4
|
62 |
+
traitlets==5.14.0
|
63 |
+
tzdata==2023.3
|
64 |
+
wcwidth==0.2.12
|
65 |
+
xgboost==2.0.3
|
toolkit/pipeline.joblib
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:407fd26b9ff39e6552c9f87ed5ee094c2ddfeff6b5e2a95abe19f115156ac51d
|
3 |
+
size 5762974
|