Rodr1to commited on
Commit
0c4292a
1 Parent(s): 9bfb86d

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "modelo": "tarea2",
3
+ "hiperparametros": {
4
+ "learning_rate": 0.1,
5
+ "max_depth": 5,
6
+ "n_estimators": 100
7
+ },
8
+ "otros_parametros": "valor"
9
+ }