Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kernel dies when using weighted C-SVC #43

Closed
msalvaris opened this issue Feb 21, 2018 · 2 comments
Closed

Kernel dies when using weighted C-SVC #43

msalvaris opened this issue Feb 21, 2018 · 2 comments

Comments

@msalvaris
Copy link

I am trying to train an SVM model from python with the following parameters -s 0 -t 0 -c 1 -b 1 -u 0 -w1 10 -w-1 1 and my Jupyter kernel dies. If I train with -s 0 -t 0 -c 1 -b 1 -u 0 it trains fine. I am importing the functions from svm.py and running them inside a jupyter notebook on a Python 3.5.2 conda environment on a Ubuntu Linux VM.

QinbinLi added a commit that referenced this issue Feb 21, 2018
@QinbinLi
Copy link
Member

Thanks for your feedback. I found the bug on command line parser and I have already fixed it. You can update code and try again.

@msalvaris
Copy link
Author

Yep, looks good. Unbelievably fast response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants