garydoranjr / misvm

Multiple-Instance Support Vector Machines
BSD 3-Clause "New" or "Revised" License
234 stars 81 forks source link

Fix a bug in MISVM __init__. Set max_iters default to 50. #18

Closed lvkd84 closed 5 years ago

lvkd84 commented 5 years ago

The default value for max_iters is 0 while it should be 50. Leaving the value at 0 leads to the fit not running.