gorse icon indicating copy to clipboard operation
gorse copied to clipboard

Gorse open source recommender system engine

Results 159 gorse issues
Sort by recently updated
recently updated
newest added

**Gorse version** 0.4.5 **Describe the bug** After a couple of running days I got this error on server randomly without changing anything **Additional context** Running postgres for cache and storage

bug

*I don't know how much of bug this actually is, but I believe it needs to be fixed* **Gorse version** 0.4.5 **Describe the bug** For example I added a book...

bug

{"level":"info","ts":1659334556.2602627,"caller":"ranking/model.go:396","msg":"fit bpr","train_set_size":121468,"test_set_size":1138,"params":{"InitMean":0,"InitStdDev":0.001,"Lr":0.1,"NEpochs":100,"NFactors":32,"Reg":0.05},"config":{"Jobs":1,"Verbose":10,"Candidates":100,"TopK":10,"Task":{"Name":"Fit collaborative filtering model","Status":"Running","Done":0,"Total":100,"StartTime":"2022-08-01T06:15:56.260194922Z","FinishTime":"0001-01-01T00:00:00Z","Error":""}}} panic: floats: slice lengths do not match goroutine 84 [running]: github.com/zhenghaoz/gorse/base/floats.Dot(...) /go/gorse/base/floats/floats.go:167 github.com/zhenghaoz/gorse/base/search.(*DenseVector).Distance(0x40d3d4, {0x1b398b0?, 0xc0292c8380?}) /go/gorse/base/search/index.go:56 +0x2f4 github.com/zhenghaoz/gorse/base/search.(*HNSW).distance(0xc0058640c0, {0x1b398b0, 0xc0292c8380}, {0xc0076272d4, 0x1, 0xed0000c01de35500?}) /go/gorse/base/search/hnsw.go:299 +0xe9...

bug

只在启动时候出现, 不过捕获到了... 就是看着难受 -_-! { "level":"error", "ts":1656313095.142161, "caller":"base/util.go:61", "msg":"panic recovered", "panic":"runtime error: index out of range [-1]", "stacktrace":"github.com/zhenghaoz/gorse/base.CheckPanic /Users/ak47/dec/gorse-master/base/util.go:61 runtime.gopanic /usr/local/go/src/runtime/panic.go:838 runtime.goPanicIndex /usr/local/go/src/runtime/panic.go:89 github.com/zhenghaoz/gorse/base/search.(*IVF).Build.func1 /Users/ak47/dec/gorse-master/base/search/ivf.go:205 github.com/zhenghaoz/gorse/base/parallel.Parallel /Users/ak47/dec/gorse-master/base/parallel/parallel.go:31 github.com/zhenghaoz/gorse/base/search.(*IVF).Build /Users/ak47/dec/gorse-master/base/search/ivf.go:192 github.com/zhenghaoz/gorse/base/search.(*IVFBuilder).Build...

bug
irreproducible

**Is your feature request related to a problem? Please describe.** I use Kafka for all of my data streaming requirements because most of the popular databases, data processing systems have...

feature/future

**Gorse version** v0.4.4-5-gf4a6606 **Describe the bug** I use the Logstash to read from the SQL Server database and insert feedback into the gorse system via API (HTTP output plugin). I...

bug

SQL 速度优化 **Gorse version** all version **Describe the bug** 联合primary key会导致mysql性能问题,尤其是表大的时候 **To Reproduce** Steps to reproduce the behavior. **Expected behavior** 增加bigint主键,之前的主键换成唯一约束 **Additional context** https://stackoverflow.com/questions/35565128/mysql-incorrect-datetime-value-0000-00-00-000000 ```sql SET SQL_MODE='ALLOW_INVALID_DATES'; alter table sorted_sets...

bug

I have data on about 2000 items and about 2000000 users and their interactions (about 7 million feedbacks). I plan to use item based recommendations and collaborative filtering. In the...

Apache Cassandra is a popular open source NoSQL distributed database. ## Design Use Go CQL Driver: https://github.com/MichaelS11/go-cql-driver

feature/future