Skip to content

Update ALS code to PyTorch #136

Update ALS code to PyTorch

Update ALS code to PyTorch #136

Triggered via pull request May 14, 2024 00:08
Status Success
Total duration 2m 10s
Artifacts

check-sources.yml

on: pull_request
Check Source Code
1m 58s
Check Source Code
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Ruff (F401): lenskit/algorithms/als/implicit.py#L11
lenskit/algorithms/als/implicit.py:11:17: F401 `csr.CSR` imported but unused
Ruff (F401): lenskit/algorithms/als/implicit.py#L12
lenskit/algorithms/als/implicit.py:12:19: F401 `numba.njit` imported but unused
Ruff (F401): lenskit/algorithms/als/implicit.py#L12
lenskit/algorithms/als/implicit.py:12:25: F401 `numba.prange` imported but unused
Ruff (F401): lenskit/algorithms/als/implicit.py#L18
lenskit/algorithms/als/implicit.py:18:27: F401 `...math.solve._dposv` imported but unused
Ruff (F401): lenskit/algorithms/als/implicit.py#L19
lenskit/algorithms/als/implicit.py:19:20: F401 `..bias.Bias` imported but unused
Ruff (F401): lenskit/batch/_recommend.py#L12
lenskit/batch/_recommend.py:12:26: F401 `progress_api.make_progress` imported but unused
Ruff (F401): lenskit/parallel/sequential.py#L8
lenskit/parallel/sequential.py:8:21: F401 `functools` imported but unused
Ruff (F401): lenskit/parallel/worker.py#L12
lenskit/parallel/worker.py:12:8: F401 `pickle` imported but unused
Check Source Code
source code lint check failed
Check Source Code
lint failed but non-mandatory
Check Source Code
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.