Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Gorse

An open source recommender system service written in Go
Collective - Host: opensource - https://opencollective.com/gorse - Website: https://gorse.io/ - Code: https://github.com/gorse-io/gorse

test: fix test for Merge of Params

github.com/gorse-io/gorse - b802949b15eaa2c016e245fccc157f1ac3dd6dc9 authored over 5 years ago by Zhenghao Zhang <[email protected]>
fix: correct behavior of model selection

1. Merge creates a map of new parameters, instead of merge to callee Params so that callee Param...

github.com/gorse-io/gorse - ea3a61aa8753aad7fb34d25659495dae5b3e957a authored over 5 years ago by Zhenghao Zhang <[email protected]>
fix: Contain returns false for empty set

github.com/gorse-io/gorse - 374532b7e3fb5956c00eab01d1a1ca80705fdbdc authored over 5 years ago by Zhenghao Zhang <[email protected]>
feat: add StringIndexer

StringIndexer manages the map between names and indices

github.com/gorse-io/gorse - d37019520b45bcb9140a7a314993f99bade01991 authored over 5 years ago by Zhenghao Zhang <[email protected]>
fix: return 1 if NJobs < 1

There should be at least one job.

github.com/gorse-io/gorse - 57ad6452cba09c956700a0bd3ea1e67a0b0b4dd4 authored over 5 years ago by Zhenghao Zhang <[email protected]>
fix: support data selection

github.com/gorse-io/gorse - 3e76cf83707aff491ce993a69dde38a1ce2b5b5d authored over 5 years ago by Zhenghao Zhang <[email protected]>
docs: add performance benchmark

github.com/gorse-io/gorse - 9cd86f010c9f3cf40bdb7c2fc4d2b6c37d5432bb authored over 5 years ago by Zhenghao Zhang <[email protected]>
perf: add benchmarks for librec and surprise

github.com/gorse-io/gorse - 508d0b3ae5d7d3449170e7da9831bd6acb0e5822 authored over 5 years ago by Zhenghao Zhang <[email protected]>
perf: deprecate random sample

github.com/gorse-io/gorse - d64659f57e657c92af342939c4c7c2763103cfa9 authored over 5 years ago by Zhenghao Zhang <[email protected]>
test: adapt tests for runtime options

github.com/gorse-io/gorse - ee2d4c12069c36f2d6e890020a58e5d8d0773f07 authored over 5 years ago by Zhenghao Zhang <[email protected]>
refactor: use RuntimeOptions

RuntimeOptions controls logging and multiple threads.

github.com/gorse-io/gorse - 2d69bd9c1ff12abacb23d373a467826015d0d9ad authored over 5 years ago by Zhenghao Zhang <[email protected]>
perf: remove IDs from data set structure

Since the ID could be retrieved from the indexer by the index in O(1) time, there's no necessary...

github.com/gorse-io/gorse - e356e69164bd53fce99a3882528f46b05a122ed0 authored over 5 years ago by Zhenghao Zhang <[email protected]>
remove model persistence example

Since model persistence is removed temporally.

github.com/gorse-io/gorse - 845b651709393ec21ce214341bfc8fa3ba8a29b2 authored over 5 years ago by Zhenghao Zhang <[email protected]>
refactor: adapt for new data set structure

github.com/gorse-io/gorse - 5744a6790c40d28898cdf775fddfcf8261bc258c authored over 5 years ago by Zhenghao Zhang <[email protected]>
refactor: use more memory efficient data set structure

Save memory space by indexing on the full data set.

github.com/gorse-io/gorse - 2fab9658d0a594c353322f40174744ba54cf6eb8 authored over 5 years ago by Zhenghao Zhang <[email protected]>
feat: remove model persistence functions

A better model persistence strategy is required.

github.com/gorse-io/gorse - 1cb0b05631fb9408bc73372ccf51a8d33239d990 authored over 5 years ago by Zhenghao Zhang <[email protected]>
test: fix all tests for new data set structure

github.com/gorse-io/gorse - 1995e3321700317fe6ee8175bf04a108da93647d authored over 5 years ago by Zhenghao Zhang <[email protected]>
refactor: adapt matrix factorization for new data set structure

github.com/gorse-io/gorse - 52275dc641c5cf9c1488b82f06494b3bc33341ca authored over 5 years ago by Zhenghao Zhang <[email protected]>
refactor: adapt KNN for new data set structure

github.com/gorse-io/gorse - e343e99fa0a01c43f22b8450ba237f3b4bd2005a authored over 5 years ago by Zhenghao Zhang <[email protected]>
refactor: adapt CoClustering for new data set structure

github.com/gorse-io/gorse - 5498893a873e2f4f626d6aa288edf5b39b7cc32e authored over 5 years ago by Zhenghao Zhang <[email protected]>
refactor: adapt SlopeOne for new data set structure

github.com/gorse-io/gorse - 144a0e8069f563c249fa7311f24cf68a3080329c authored over 5 years ago by Zhenghao Zhang <[email protected]>
feat: add MarginalSubSet

MarginalSubSet is used to index ratings from a user or an item

github.com/gorse-io/gorse - c86fab3b4f0580966c5841525763863d5b9bc9fc authored over 5 years ago by Zhenghao Zhang <[email protected]>
feat(base): add NewMatrixInt

NewMatrixInt creates a matrix of integers.

github.com/gorse-io/gorse - 4e302349cc7b9c0eddd915e54fb4f4f5b3a87686 authored over 5 years ago by Zhenghao Zhang <[email protected]>
test(base): add test for parallel for

github.com/gorse-io/gorse - f83c4a35cd6f315ce6a9c103488ee56f42c71d1b authored over 5 years ago by Zhenghao Zhang <[email protected]>
docs(base): Update package introduction

github.com/gorse-io/gorse - 49e254d6e263cb88e4b329bb858bd7292bdd4297 authored over 5 years ago by Zhenghao Zhang <[email protected]>
docs(floats): Update package introduction

github.com/gorse-io/gorse - d8c371193bc08a51fec9c7b8d536c0c9ba30739d authored over 5 years ago by Zhenghao Zhang <[email protected]>
Move gorse.go to gorse/main.go & Update gonum version

github.com/gorse-io/gorse - f3a2066d98f278e9a6739ba429416011d3dd9868 authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Merge pull request #13 from zhenghaoz/dev

Implemented recommendation service

github.com/gorse-io/gorse - 485386b7f36dfe8905310601ec130fb753eb7b7e authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Update README.md

github.com/gorse-io/gorse - 0787d42c2b8e4d22fdd98edf20b88063e31e3418 authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Add comments for configurations

github.com/gorse-io/gorse - bf30c6d7b207df68540d91ea30fb5754150df8b3 authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Display count for insert APIs

github.com/gorse-io/gorse - 6fef8154401004ea9caeecc07a0b68c218f38bfb authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Change README for new features

github.com/gorse-io/gorse - 6f3f59126c1f6fb3f25b48ebfe16fbef104ce2e2 authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Remove user keep n splitter

github.com/gorse-io/gorse - f549b3d93b0a7fd6e34b9b28d8bf234f863f9d62 authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Adapt tests

github.com/gorse-io/gorse - c265cfb4c20fec00648b9d9d0c8d86856f4487c5 authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Implemented restful API

github.com/gorse-io/gorse - 999436c4c956a506537f70cb42f149d844686e58 authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Change project structure

github.com/gorse-io/gorse - 889c5dfad614ebd52d3ac04392ab0e7dee9cfd25 authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Merge remote-tracking branch 'origin/dev' into dev

github.com/gorse-io/gorse - c20dc8ee6428ecafadf4d6f4eca62b0007efcc17 authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Implement integration testing

github.com/gorse-io/gorse - 3d4bb3464c2f0c06b229a3017f8d8dbb493c6c25 authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Remove scripts

github.com/gorse-io/gorse - a77fe03f3a43070187f2724fa36869059a63c532 authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Add Dockerfile for test environment

github.com/gorse-io/gorse - 80b32a883d21ba19f48dd81ef6aa74723e4b28d5 authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Add test bash scripts

github.com/gorse-io/gorse - f6c96a6f934d83616e2e4c31b2e626b681e8fbcd authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Implement neighbors searching #9

Make it possible to find neighbors of a item from the dataset.

github.com/gorse-io/gorse - 5c9dd8003cc5c2991aac3302cccf2dd858525055 authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Merge pull request #12 from deslum/add_example_save_and_load_model

Add example save and load model

github.com/gorse-io/gorse - 3f60f8b1c2c21cf3dc96caec9d134d2886511dde authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Remove model

github.com/gorse-io/gorse - b01a1b493e66618a5f42dfe7677e74b5a74d151e authored almost 6 years ago by root <[email protected]>
Add example Save and Load model

github.com/gorse-io/gorse - 35a8a9f0b27bc20579ea920d5ca1e13c2d54327a authored almost 6 years ago by root <[email protected]>
Delete main.go

github.com/gorse-io/gorse - 548717c362d84f11cb189bfc29d38b17d6c80337 authored almost 6 years ago by Yuri Bukatkin <[email protected]>
#10 Example save and load SVD model

github.com/gorse-io/gorse - 960eda34c6acaca0c2a1881c06d12cdd81d81098 authored almost 6 years ago by John Doe <[email protected]>
Fix install command #8

github.com/gorse-io/gorse - 920e25ea8cc26b0a1437186a3a51b485aa84bc98 authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Merge pull request #7 from zhenghaoz/dev

WIP: Implemented RESTful Server

github.com/gorse-io/gorse - 3117150ceb73fee98e2d6eee63ad73bcce9c93b3 authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Implement put ratings and put items

github.com/gorse-io/gorse - 62d8508aef5fa3720d97bb96e5608687a60901a5 authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Add restful APIs

github.com/gorse-io/gorse - 318eee8639d07789e9999ea88cb5ba07d8f901f9 authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Implement SQL operations

github.com/gorse-io/gorse - 1b22a62d03d50bf1df6611987627b947d85bd4c6 authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Implement several SQL operations

github.com/gorse-io/gorse - e80bb2abf332e5d31e5f97913b8e1cf1ca429242 authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Add test for database initialization

github.com/gorse-io/gorse - 9fc53f7963a2b050a0e10ae7d3b948a3f1e9bcfb authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Add test for command `cv`

github.com/gorse-io/gorse - f0b86a34b7406b74ea8ffd1411ea24fb57d0cc7f authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Add package "engine"

github.com/gorse-io/gorse - 9ce6cb5f3040c3cd6d0b55e8a13d9371b836ba04 authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Rename packages and add stubs for testing

github.com/gorse-io/gorse - 6b957f6b290370a00ff4bc51f170d18543e8bb9e authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Add check period

github.com/gorse-io/gorse - 76ccf19cc6ecdfa752eee1338eb66473a7edd9a8 authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Add status tracker

github.com/gorse-io/gorse - e3ceeb6033b5c92e215988d26d35e1595d5c71e2 authored almost 6 years ago by sine_x <[email protected]>
Update images in website

github.com/gorse-io/gorse - 001d4ef523ca7f3e404850ca51e6a012e2104e3f authored almost 6 years ago by sine_x <[email protected]>
Merge branch 'master' into dev

# Conflicts:
# README.md

github.com/gorse-io/gorse - bbd81aad47ec7e8fb31a180e5ca34b8b2effc0d4 authored almost 6 years ago by sine_x <[email protected]>
Save recommends to database by stream

See RegisterReaderHandler:
https://godoc.org/github.com/go-sql-driver/mysql#RegisterReaderHandler

github.com/gorse-io/gorse - 556775460baaf77aab0e1a37ebab651e3da5ce04 authored almost 6 years ago by sine_x <[email protected]>
Add ranking list generator

github.com/gorse-io/gorse - b2e257998e75dd856711048669437b8bbf964cde authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Update website

github.com/gorse-io/gorse - 82290eee2375d71c9bf454f3494095ac7c284911 authored almost 6 years ago by sine_x <[email protected]>
Add Dockerfile

github.com/gorse-io/gorse - d39140cfae4cb095c4a9e27fc56c048a2c5738cc authored almost 6 years ago by sine_x <[email protected]>
Remove images from repo

github.com/gorse-io/gorse - 01c617cff8746c345fd82239a59a7de3e3bc038d authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Add jekyll-include-cache

github.com/gorse-io/gorse - 597518f56b7245e76fde499cb9fe7d6e6c1c8887 authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Add version

github.com/gorse-io/gorse - 45624783e797026f5b663e98b08cdf358ed1fe0b authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Use remote theme

github.com/gorse-io/gorse - 1d197bcf277cbcd8d6421dfa020b4705e134c3a9 authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Add jekyll-include-cache

github.com/gorse-io/gorse - 8b993adb4dbf39e3ed0e8e977bfc65de97d3a739 authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Delete Gemfile.lock

github.com/gorse-io/gorse - 5a006d984d8f537037b2223e818108698e82c432 authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Update Gemfile for Github Pages

github.com/gorse-io/gorse - b62e7c9ed64502800c4c114b57b0c3e6ee247fbb authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Delete CNAME

github.com/gorse-io/gorse - 2f5a3dc8d1224e9a4fa6bdac8bef5a8ecdb791e1 authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Create CNAME

github.com/gorse-io/gorse - 726852edaa25e416c4b63e6467ab82cd46b6aeeb authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Merge pull request #5 from zhenghaoz/doc

Create website

github.com/gorse-io/gorse - 6c6adf68ef79c2da7ff1efa22b322370ef14d7ac authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Create website

github.com/gorse-io/gorse - ba1077cb72716d4d8f72edd8254a16fbb66a503b authored almost 6 years ago by sine_x <[email protected]>
Merge pull request #4 from deslum/docker

gorse error in Docker container #3

github.com/gorse-io/gorse - 961d691f255bced13c073d5e1d41f2571d5b4ecf authored almost 6 years ago by Zhenghao Zhang <[email protected]>
return error init() built_in.go

github.com/gorse-io/gorse - 50f4ec3ecc87edec1268ba2cee28df4c422ceea2 authored almost 6 years ago by deslum <[email protected]>
return error init() built_in.go

github.com/gorse-io/gorse - 37953d956d0df3584d616ab65cf9065d4069d787 authored almost 6 years ago by deslum <[email protected]>
Create CNAME

github.com/gorse-io/gorse - f7343bbf3046c169aecc6ee4e117fdadd305e0bb authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Delete CNAME

github.com/gorse-io/gorse - 719517d35420f6ba239b26c9e3197366f341a36c authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Create CNAME

github.com/gorse-io/gorse - 46f0ab946ee37b769e9ad03d072c0f328858a94a authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Add Contributors

github.com/gorse-io/gorse - 72b3e377cab3c79fc37fd81e240e65f75e29899d authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Add CISL to acknowledge list

github.com/gorse-io/gorse - 9be4d3b693aa16871105eddefd37fdea57dbe42d authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Parse TOML

github.com/gorse-io/gorse - 279aecb5ca2f22178837e3c564d0795efaf300ab authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Fix test broken by a5984809688dff09b6c9e8644cafc1a9a8d329cc

github.com/gorse-io/gorse - 274877159400ee59c8adb460137b303253d5e631 authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Use all items in item ranking

github.com/gorse-io/gorse - a5984809688dff09b6c9e8644cafc1a9a8d329cc authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Create server config template

github.com/gorse-io/gorse - f476eca9fd16eea574645004e5f1dd7be3d89501 authored almost 6 years ago by sine_x <[email protected]>
Implement importer

github.com/gorse-io/gorse - 763d9ced65622abd2c230740ff3686baf0810f8e authored almost 6 years ago by sine_x <[email protected]>
Implement init tool

github.com/gorse-io/gorse - c8883c64bcb48e26e75bfa47825357ce71e78047 authored almost 6 years ago by sine_x <[email protected]>
Create entries

github.com/gorse-io/gorse - a67b86b2cb698494580c85e5e75dd7e3815df9e4 authored almost 6 years ago by sine_x <[email protected]>
Create CLI tool

github.com/gorse-io/gorse - 22427d93ecf65fcb2f92d269a37ae7df6ed7acb1 authored almost 6 years ago by sine_x <[email protected]>
Create application entry

github.com/gorse-io/gorse - 00a0fad568da450c391aab89dd118653e6ad0b87 authored almost 6 years ago by sine_x <[email protected]>
Implement LoadDataFromSQL

github.com/gorse-io/gorse - 681551f3db35fa4fa3798b3630aaf97e85f4cc79 authored almost 6 years ago by sine_x <[email protected]>
Fix race condition in SlopeOne

github.com/gorse-io/gorse - a09844b18bfaf21c6ef5be9025bd1d54f8cc1895 authored almost 6 years ago by sine_x <[email protected]>
Change evaluator APIs

github.com/gorse-io/gorse - 7807a25902a8ca8291eaed9a621aa7e2d95d2456 authored almost 6 years ago by sine_x <[email protected]>
Update example

github.com/gorse-io/gorse - 26024cb0203d218a8672c98f7d22955fc93575a5 authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Create gorse server

github.com/gorse-io/gorse - 8828803665789948d5f4a148af72f6d11ff787a6 authored almost 6 years ago by sine_x <[email protected]>
Add icon

github.com/gorse-io/gorse - a62b65bece7717e4ab3f1e714d2254a8ba300299 authored almost 6 years ago by Zhenghao Zhang <[email protected]>
Add tests for CV

github.com/gorse-io/gorse - d700bbcb793928d2f10974a2d55883c77ac491c8 authored almost 6 years ago by sine_x <[email protected]>