Skip to content

Commit c766960

Browse files
committed
refactor
1 parent cb43460 commit c766960

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

qolmat/benchmark/metrics.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import Callable, Dict, List, Optional, Union
1+
from typing import Callable, List, Optional
22

33
import numpy as np
44
import pandas as pd
@@ -16,7 +16,8 @@
1616
def columnwise_metric(
1717
df1: pd.DataFrame, df2: pd.DataFrame, df_mask: pd.DataFrame, metric: Callable, **kwargs
1818
) -> pd.Series:
19-
"""For each column, compute a metric score based on the true dataframe and the predicted dataframe
19+
"""For each column, compute a metric score based on the true dataframe
20+
and the predicted dataframe
2021
2122
Parameters
2223
----------

0 commit comments

Comments
 (0)