Skip to content

Commit 36ef673

Browse files
authored
chore: Small clean-up unecessary code (#1772)
Most probably some merge conflict remaining code. No big deal.
1 parent 0fd1f4a commit 36ef673

File tree

1 file changed

+0
-9
lines changed
  • skore/src/skore/sklearn/_comparison

1 file changed

+0
-9
lines changed

skore/src/skore/sklearn/_comparison/utils.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,6 @@ def _combine_estimator_results(
6161
Metric
6262
Brier score ... ...
6363
"""
64-
pd.DataFrame.from_dict(
65-
{
66-
"index": ["Brier score"],
67-
"columns": ["LogisticRegression"],
68-
"data": [[0.026683863888246822]],
69-
"index_names": ["Metric"],
70-
"column_names": [None],
71-
}
72-
)
7364
results = pd.concat(individual_results, axis=1)
7465

7566
# Pop the favorability column if it exists, to:

0 commit comments

Comments
 (0)