BioinfoLabImmuno
Results
1
issues of
BioinfoLabImmuno
## What? I want to evaluate the synthetic data generated but I have this code: ``` from synthcity.benchmark import Benchmarks df=df.loc[df['OS_time']>0,:] loader = SurvivalAnalysisDataLoader( df, target_column="os_event", time_to_event_column="OS_time", ) score =...