sourcecode/scoring/reputation_matrix_factorization/diligence_model.py [163:173]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  (
    model,
    loss1,
    loss2,
    loss3,
    globalIntercept,
    noteIntercept2,
    raterIntercept2,
  ) = train_model_prescoring(
    hParams=hParams,
    dataset=dataset,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



sourcecode/scoring/reputation_matrix_factorization/helpfulness_model.py [124:134]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  (
    model,
    loss1,
    loss2,
    loss3,
    globalIntercept,
    noteIntercept2,
    raterIntercept2,
  ) = train_model_prescoring(
    hParams=hParams,
    dataset=dataset,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



