We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7a9f3 commit a0b385bCopy full SHA for a0b385b
pypef/hybrid/hybrid_model.py
@@ -593,7 +593,7 @@ def hybrid_prediction(
593
'Using only DCA for hybridprediction.. This can lead '
594
'to unwanted prediction behavior if the hybrid model '
595
'is trained including an LLM...')
596
- return self.beta1 * y_dca + self.beta2
+ return self.beta1 * y_dca + self.beta2 * y_ridge
597
598
else:
599
if self.llm_key == 'prosst':
0 commit comments