model.ini 646 B

1234567891011121314151617181920212223242526272829
  1. [DEFAULT]
  2. n_estimators = 200
  3. split = kfold
  4. nfolds = 10
  5. seed = None
  6. lastcommit = None
  7. sampler = None
  8. [args]
  9. # Overwrite DEFAULT values here. Use # to comment and uncomment
  10. # The value of 'split' can be either 'kfold' for stratified k-fold cross validation
  11. # or 'occ' for Online Change Classification. DEFAULT value is 'kfold'
  12. #split = occ
  13. # The value of 'sampler can be either 'smote', 'cluster' or 'smotetomek'
  14. #sampler = smote
  15. #sampler = cluster
  16. #sampler = smotetomek
  17. [occ]
  18. # These are the parameters used when applying Online Change Classification
  19. sgap = 331
  20. gap = 73
  21. egap = 781
  22. update = 200
  23. traindur = 1700
  24. testdur = 400
  25. lastcommit = None