push new stuff
Browse files- .gitignore +0 -23
- Group Assignment - 40_.pdf +3 -0
- models/gradient_boosting.joblib +3 -0
- models/random_forest.joblib +3 -0
.gitignore
CHANGED
@@ -1,28 +1,5 @@
|
|
1 |
-
# Binary files
|
2 |
-
*.pdf
|
3 |
-
*.joblib
|
4 |
-
|
5 |
# Python
|
6 |
__pycache__/
|
7 |
-
*.py[cod]
|
8 |
-
*$py.class
|
9 |
-
*.so
|
10 |
-
.Python
|
11 |
-
build/
|
12 |
-
develop-eggs/
|
13 |
-
dist/
|
14 |
-
downloads/
|
15 |
-
eggs/
|
16 |
-
.eggs/
|
17 |
-
lib/
|
18 |
-
lib64/
|
19 |
-
parts/
|
20 |
-
sdist/
|
21 |
-
var/
|
22 |
-
wheels/
|
23 |
-
*.egg-info/
|
24 |
-
.installed.cfg
|
25 |
-
*.egg
|
26 |
|
27 |
# Virtual Environment
|
28 |
venv/
|
|
|
|
|
|
|
|
|
|
|
1 |
# Python
|
2 |
__pycache__/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
|
4 |
# Virtual Environment
|
5 |
venv/
|
Group Assignment - 40_.pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64c62c865469a776ed607455848f3e8cbdf6eadd2a944d826be7ccb6d391eff2
|
3 |
+
size 140616
|
models/gradient_boosting.joblib
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4504743d4614b446377f47be3bbd48450c338a03720dd92bb7ad50e5c43fbec9
|
3 |
+
size 349128
|
models/random_forest.joblib
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:17bdbcb259ca107357017da4d5dfa698d046c4029856b33c79234c1b7467eee2
|
3 |
+
size 1989649
|