images, model results, and reqs
Browse files- models/dummy/model_results_hgbr_no_opt.csv +3 -0
- models/dummy/model_results_hgbr_opt.csv +3 -0
- models/dummy/parity_plot_hgbr_no_opt.png +3 -0
- models/dummy/parity_plot_hgbr_opt.png +3 -0
- models/model_results_hgbr_no_opt.csv +3 -0
- models/model_results_hgbr_opt.csv +3 -0
- models/parity_plot_hgbr_no_opt.png +3 -0
- models/parity_plot_hgbr_opt.png +3 -0
- pipreqs_requirements.txt +3 -0
- requirements.txt +5 -0
- unpinned_requirements.txt +3 -0
models/dummy/model_results_hgbr_no_opt.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c4cb61cf4a082ee874b176a0056c2c2e588fa532c2cdbc4c63f3496664b79a0
|
3 |
+
size 208
|
models/dummy/model_results_hgbr_opt.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11cd723bb82fcfd02cb7f7c3e80d304995a2d5b17bba4632a69c6193a8c98b70
|
3 |
+
size 201
|
models/dummy/parity_plot_hgbr_no_opt.png
ADDED
Git LFS Details
|
models/dummy/parity_plot_hgbr_opt.png
ADDED
Git LFS Details
|
models/model_results_hgbr_no_opt.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5863ecd513381a8cd2a4251b07c958922c02c46755d147a13cb8f236267ef28
|
3 |
+
size 207
|
models/model_results_hgbr_opt.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d238f41a56f24107112779c200a485d1e3fa50ccafe3aa062ab117126057c0fa
|
3 |
+
size 202
|
models/parity_plot_hgbr_no_opt.png
ADDED
Git LFS Details
|
models/parity_plot_hgbr_opt.png
ADDED
Git LFS Details
|
pipreqs_requirements.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48299b4ec8d9e00e1b8321438da8884bfed18713a49d2c86b62b3e3a6b7e8e1b
|
3 |
+
size 131
|
requirements.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
scikit-learn==1.0.1
|
2 |
+
pandas
|
3 |
+
pydantic
|
4 |
+
gradio
|
5 |
+
# cloudpickle # import cloudpickle as pickle
|
unpinned_requirements.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:012559aff32cd8f7883f3724225781b303c02c6a4f21a59eb33a0ba804ff295a
|
3 |
+
size 107
|