Skip to content

implementation of sorted vector machines #1156

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

Merged
merged 5 commits into from
Aug 28, 2019
Merged

implementation of sorted vector machines #1156

merged 5 commits into from
Aug 28, 2019

Conversation

anand-371
Copy link
Contributor

for issue #840
I would like to add the Support Vector Machine algorithm implemented in Python 3.6.7
Requirements:
- sklearn

for issue #840 
I would like to add the Support Vector Machine algorithm implemented in Python 3.6.7
Requirements:
      - sklearn
@cclauss
Copy link
Member

cclauss commented Aug 27, 2019

sklearn is already available in our Travis CI test runs:
https://github.com/TheAlgorithms/Python/blob/master/requirements.txt#L11

Please doctests that are detected by our Travis CI / pytest automated testing.
https://docs.python.org/3/library/doctest.html

Extra credit: https://docs.python.org/3/library/typing.html

@cclauss
Copy link
Member

cclauss commented Aug 27, 2019

No machine learning tests yet. https://travis-ci.org/TheAlgorithms/Python/builds/577468985#L633

@cclauss
Copy link
Member

cclauss commented Aug 27, 2019

sorted_vector_machines.py seems a bit more user friendly than svm.py.

Copy link
Member

@cclauss cclauss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cclauss cclauss merged commit 2f8516e into TheAlgorithms:master Aug 28, 2019
stokhos pushed a commit to stokhos/Python that referenced this pull request Jan 3, 2021
* svm.py

for issue TheAlgorithms#840 
I would like to add the Support Vector Machine algorithm implemented in Python 3.6.7
Requirements:
      - sklearn

* update svm.py

* update svm.py

* Update and renamed to sorted_vector_machines.py

* Updated sorted_vector_machines.py
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

Successfully merging this pull request may close these issues.

2 participants