Changeset 13 for trunk/bin/train
- Timestamp:
- 07/19/15 15:05:42 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/train
r11 r13 55 55 trainer = classifiers[classifier]['train'] 56 56 threshold = 5.0 # in percent 57 num_obs = 100057 num_obs = 7 58 58 max_obs = int(db.populationSize('train')/5) 59 59 result = None … … 75 75 classifiers[classifier]['train_results'].append(result) 76 76 77 if error < threshold :77 if error < threshold and num_obs > 100: 78 78 break 79 79
Note: See TracChangeset
for help on using the changeset viewer.