Skip to content

Commit 7b256a2

Browse files
authored
Merge pull request #134 from sissa-data-science/bugfix
typo fixed
2 parents 0be1771 + 5d59799 commit 7b256a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dadapy/feature_weighting.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ def return_lasso_optimization_dii_search(
738738
self.history = {
739739
"l1_penalties": l1_penalties,
740740
"weights_per_l1_per_epoch": weights,
741-
"dii_per_l1_per_epoch": l1_penalties,
741+
"dii_per_l1_per_epoch": diis,
742742
"l1_term_per_l1_per_epoch": l1_loss_contributions,
743743
}
744744

0 commit comments

Comments
 (0)