hiddenlayerr commited on
Commit
52fc620
1 Parent(s): 3b9b844

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -0
config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "model_type": "random_forest",
3
+ "implementation": "Scikit-Learn",
4
+ "architectures": ["RandomForestClassifier"]
5
+ }