FelixPhilip commited on
Commit
db24239
·
1 Parent(s): afb6533

Oracle predict weight update

Browse files
Files changed (1) hide show
  1. Oracle/deepfundingoracle.py +1 -1
Oracle/deepfundingoracle.py CHANGED
@@ -298,7 +298,7 @@ def prepare_dataset(file):
298
  ##############################
299
  def train_predict_weight(df,
300
  criterion='gini',
301
- max_features='auto',
302
  max_depth=12,
303
  min_samples_split=2,
304
  min_samples_leaf=1):
 
298
  ##############################
299
  def train_predict_weight(df,
300
  criterion='gini',
301
+ max_features='sqrt',
302
  max_depth=12,
303
  min_samples_split=2,
304
  min_samples_leaf=1):