ypeleg / HungaBunga

HungaBunga: Brute-Force all sklearn models with all parameters using .fit .predict!
MIT License
712 stars 79 forks source link

Hanging up on NuSVC #5

Open ProfessionalismIsMyMiddleName opened 5 years ago

ProfessionalismIsMyMiddleName commented 5 years ago

I'm not sure if this is a real issue or just the computer i'm running on being too slow, but, every time I try to run example.py, it hangs up with the loading bar at 67%. I added brain=True for a more verbose output and saw that it hangs up after displaying "NuSVC". For comparison, it takes me 30s-1m to get to that point, and I tried letting it run overnight and it still didn't get further than that... I killed it after maybe 24 hours because I was tired of having 7 cores out of 8 permanently maxxed.

AChatzigoulas commented 5 years ago

I have the same problem!

AChatzigoulas commented 5 years ago

Adding 'max_iter': max_iter in classification.py in the NuSVC dictionary solved the problem