Skip to content

Commit

Permalink
update readme with new function and plan
Browse files Browse the repository at this point in the history
  • Loading branch information
duxuhao committed May 22, 2018
1 parent 4f50a0c commit e18ff24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def main():
sf.InitialFeatures([]) #initial features
sf.GenerateCol() #useless delete in later version
sf.SelectRemoveMode(batch = 2)
sf.clf = xgb.XGBClassifier(seed=2018, max_depth = 6, n_estimators = 1000, nthread = -1, learning_rate=0.05, colsample_bytree=0.8, subsample=0.9)
sf.clf = xgb.XGBClassifier(n_estimators = 1000)
sf.SetLogFile('record_si2.log') #log file
sf.run(validate) #run with validation function
```
Expand Down

0 comments on commit e18ff24

Please sign in to comment.