MasumBhuiyan
commited on
Commit
•
af823a9
1
Parent(s):
1e186b4
[ML Lab] Add .gitignore, config.json
Browse files- .gitignore +1 -0
- config.json +6 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
flagged
|
config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "linear_regression",
|
3 |
+
"input_size": 9,
|
4 |
+
"output_size": 1
|
5 |
+
}
|
6 |
+
|