MohammadMurtuza commited on
Commit
b7204a9
·
verified ·
1 Parent(s): 3175319

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -0
config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "custom",
3
+ "task": "tabular-regression",
4
+ "library_name": "sklearn",
5
+ "tags": ["gradient-boosting", "machine-learning"]
6
+ }