triage icon indicating copy to clipboard operation
triage copied to clipboard

Lm predict forward no labels in matrix

Open silil opened this issue 2 months ago • 0 comments

Modify the builders.py component to deal with the use case of not having labels on the matrix (predict forward). In case there are no labels, a CSV file is generated with 0s in it. This change follows the logic on tag 5.2.3.

It was tested with DoJo data using the predictlist logic:

  • Using only the predict_forward_with_existed_model
  • Using the Retrainer object with retrain and predict methods

silil avatar Apr 04 '24 18:04 silil