feat(Events): added EventFilter, EventLabeller (#186)

This commit is contained in:
Mark Aron Szulyovszky
2022-01-26 23:22:43 +01:00
committed by GitHub
parent 1042c82333
commit 42a1bc59cb
65 changed files with 759 additions and 276571 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
from reporting.wandb import send_report_to_wandb
import pandas as pd
from utils.helpers import weighted_average
from config.config import Config
from config.types import Config
def report_results(results:pd.DataFrame, all_predictions:pd.DataFrame, config: Config, wandb, sweep: bool, project_name:str):