[
https://issues.apache.org/jira/browse/MAHOUT-901?focusedWorklogId=1004039&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1004039
]
ASF GitHub Bot logged work on MAHOUT-901:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 08/Feb/26 05:10
Start Date: 08/Feb/26 05:10
Worklog Time Spent: 10m
Work Description: ryankert01 commented on code in PR #1031:
URL: https://github.com/apache/mahout/pull/1031#discussion_r2778579779
##########
Makefile:
##########
@@ -24,7 +24,7 @@ setup-test-python:
test_rust:
ifeq ($(HAS_NVIDIA),yes)
- cd qdp && cargo test
+ cd qdp && cargo test -p qdp-core -p qdp-kernels
Review Comment:
```suggestion
cd qdp && cargo test --workspace --exclude qdp-python
```
Issue Time Tracking
-------------------
Worklog Id: (was: 1004039)
Time Spent: 20m (was: 10m)
> KnnItemBasedRecommender is not working properly
> -----------------------------------------------
>
> Key: MAHOUT-901
> URL: https://issues.apache.org/jira/browse/MAHOUT-901
> Project: Mahout
> Issue Type: Improvement
> Affects Versions: 0.5
> Reporter: Georgi Stanev
> Assignee: Sean R. Owen
> Priority: Minor
> Labels: patch
> Fix For: 0.6
>
> Attachments: KnnItemBasedRecommende_newTest.java,
> KnnItemBasedRecommender_new.java
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> For more information see the mailing list archive (KnnItemBasedRecommender
> question)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)