libsvm icon indicating copy to clipboard operation
libsvm copied to clipboard

Question: How to use svm-scale in python?

Open dmadeka opened this issue 7 years ago • 3 comments

There doesn't seem to be a wrapper in Python for the function

dmadeka avatar Oct 15 '16 02:10 dmadeka

added in libsvm 3.23

Dhruv Madeka writes:

There doesn't seem to be a wrapper in Python for the function

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.*

cjlin1 avatar Jul 15 '18 14:07 cjlin1

@cjlin1 hi, where can I find it? is it possible to use it using the same scaling parameter file?

akbargumbira avatar Aug 02 '18 14:08 akbargumbira

See python/README

On 2018-08-02 22:18, Akbar Gumbira wrote:

@cjlin1 [1] hi, where can I find it? is it possible to use it using the same scaling parameter file?

-- You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub [2], or mute the thread [3]. [ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/cjlin1/libsvm/issues/73#issuecomment-409942421", "url": "https://github.com/cjlin1/libsvm/issues/73#issuecomment-409942421", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } }, { "@type": "MessageCard", "@context": "http://schema.org/extensions", "hideOriginalBody": "false", "originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB", "title": "Re: [cjlin1/libsvm] Question: How to use svm-scale in python? (#73)", "sections": [ { "text": "", "activityTitle": "Akbar Gumbira", "activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png", "activitySubtitle": "@akbargumbira", "facts": [ ] } ], "potentialAction": [ { "name": "Add a comment", "@type": "ActionCard", "inputs": [ { "isMultiLine": true, "@type": "TextInput", "id": "IssueComment", "isRequired": false } ], "actions": [ { "name": "Comment", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n"commandName": "IssueComment",\n"repositoryFullName": "cjlin1/libsvm",\n"issueId": 73,\n"IssueComment": "{{IssueComment.value}}"\n}" } ] }, { "name": "Close issue", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n"commandName": "IssueClose",\n"repositoryFullName": "cjlin1/libsvm",\n"issueId": 73\n}" }, { "targets": [ { "os": "default", "uri": "https://github.com/cjlin1/libsvm/issues/73#issuecomment-409942421" } ], "@type": "OpenUri", "name": "View on GitHub" }, { "name": "Unsubscribe", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n"commandName": "MuteNotification",\n"threadId": 173954237\n}" } ], "themeColor": "26292E" } ]

Links:

[1] https://github.com/cjlin1 [2] https://github.com/cjlin1/libsvm/issues/73#issuecomment-409942421 [3] https://github.com/notifications/unsubscribe-auth/AFGwnrBibc2bDmQKe1t0mMb07DZ0ZzKZks5uMwoogaJpZM4KXlS9

cjlin1 avatar Aug 02 '18 14:08 cjlin1