draft: implement DeepFM from scratch #1277
Annotations
20 errors and 11 warnings
lint:
config/settings.go#L18
could not import github.com/zhenghaoz/gorse/model/click (-: # github.com/zhenghaoz/gorse/model/click
|
lint:
master/local_cache.go#L23
could not import github.com/zhenghaoz/gorse/model/click (-: # github.com/zhenghaoz/gorse/model/click
|
lint:
master/master.go#L162
m.ClickModel undefined (type *Master has no field or method ClickModel) (typecheck)
|
lint:
master/master.go#L189
m.RankingModel undefined (type *Master has no field or method RankingModel) (typecheck)
|
lint:
master/master.go#L191
m.RankingModelVersion undefined (type *Master has no field or method RankingModelVersion) (typecheck)
|
lint:
master/master.go#L196
m.RankingModel undefined (type *Master has no field or method RankingModel) (typecheck)
|
lint:
master/master.go#L203
m.ClickModel undefined (type *Master has no field or method ClickModel) (typecheck)
|
lint:
master/master.go#L205
m.ClickModelVersion undefined (type *Master has no field or method ClickModelVersion) (typecheck)
|
lint:
master/master.go#L209
m.ClickModel undefined (type *Master has no field or method ClickModel) (typecheck)
|
lint:
master/master.go#L216
m.Config undefined (type *Master has no field or method Config) (typecheck)
|
integrate tests (mongo)
Process completed with exit code 17.
|
integrate tests (postgres)
The job was canceled because "mongo" failed.
|
integrate tests (postgres)
Process completed with exit code 17.
|
integrate tests (mysql)
The job was canceled because "mongo" failed.
|
integrate tests (mysql)
The operation was canceled.
|
unit tests:
model/click/deepfm_v2.go#L164
declared and not used: indicesTensor
|
unit tests:
model/click/deepfm_v2.go#L167
invalid operation: cannot call non-function fm.embedding (variable of type *layers.Embedding)
|
unit tests:
model/click/deepfm_v2.go#L468
undefined: dnnOutput
|
unit tests:
model/click/deepfm_v2.go#L485
declared and not used: sum
|
unit tests
Process completed with exit code 1.
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, actions/checkout@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/gorse/gorse. Supported file pattern: go.sum
|
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
compatibility tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
compatibility tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
compatibility tests
Restore cache failed: Dependencies file is not found in /home/runner/work/gorse/gorse. Supported file pattern: go.sum
|
unit tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
unit tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
unit tests
Restore cache failed: Dependencies file is not found in /home/runner/work/gorse/gorse. Supported file pattern: go.sum
|