{"id":13366661,"url":"https://github.com/danieldk/Golinear","last_synced_at":"2025-03-12T18:31:14.159Z","repository":{"id":7871737,"uuid":"9244332","full_name":"danieldk/golinear","owner":"danieldk","description":"liblinear bindings for Go","archived":true,"fork":false,"pushed_at":"2018-08-29T10:30:44.000Z","size":72,"stargazers_count":45,"open_issues_count":0,"forks_count":12,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-10-25T05:23:09.123Z","etag":null,"topics":["classifier","go","liblinear","linear-models","svm"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danieldk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-04-05T15:37:01.000Z","updated_at":"2024-06-05T02:19:57.000Z","dependencies_parsed_at":"2022-07-11T04:00:30.262Z","dependency_job_id":null,"html_url":"https://github.com/danieldk/golinear","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieldk%2Fgolinear","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieldk%2Fgolinear/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieldk%2Fgolinear/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieldk%2Fgolinear/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danieldk","download_url":"https://codeload.github.com/danieldk/golinear/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243271247,"owners_count":20264417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["classifier","go","liblinear","linear-models","svm"],"created_at":"2024-07-30T00:01:29.223Z","updated_at":"2025-03-12T18:31:13.895Z","avatar_url":"https://github.com/danieldk.png","language":"Go","readme":"## Introduction\n\n[![Report card](http://goreportcard.com/badge/danieldk/golinear)](http://goreportcard.com/report/danieldk/golinear)\n[![GoDoc](https://godoc.org/gopkg.in/danieldk/golinear.v1?status.svg)](https://godoc.org/gopkg.in/danieldk/golinear.v1)\n\ngolinear is a package for training and using linear classifiers in the Go\nprogramming language (golang).\n\n## Installation\n\nTo use this package, you need the\n[liblinear](http://www.csie.ntu.edu.tw/~cjlin/liblinear/) library. On Mac\nOS X, you can install this library with\n[Homebrew](http://mxcl.github.com/homebrew/):\n\n    brew install liblinear\n\nUbuntu and Debian provide packages for *liblinear*. However, at the time of\nwriting (July 2, 2014), these were serverly outdated. This package requires\nversion 1.9 or later.\n\nThis latest API-stable version (v1) can be installed with the \u003ctt\u003ego\u003c/tt\u003e\ncommand:\n\n    go get gopkg.in/danieldk/golinear.v1\n\nor included in your source code:\n\n    import \"gopkg.in/danieldk/golinear.v1\"\n\nThe package documentation is available at: http://godoc.org/gopkg.in/danieldk/golinear.v1\n\n### OpenMP\n\nIf you wish to use *liblinear* with OpenMP support for multicore processing, \nplease use this command to install the package:\n\n    CGO_LDFLAGS=\"-lgomp\" CGO_CFLAGS=\"-DCV_OMP\" go get github.com/danieldk/golinear\n\n## Plans\n\n1. Port classification to Go.\n2. Port training to Go.\n\nWe will take a pragmatic approach to porting code to Go: if the performance penalty is minor,\nported code will flow to the main branch. Otherwise, we will keep it around until the performance\nis good enough.\n\n## Examples\n\nExamples for using golinear can be found at:\n\nhttps://github.com/danieldk/golinear-examples\n","funding_links":[],"categories":["机器学习","機器學習"],"sub_categories":["高级控制台界面","高級控制台界面"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanieldk%2FGolinear","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanieldk%2FGolinear","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanieldk%2FGolinear/lists"}