in src/experiment.py [0:0]
def experiment(
x: pd.DataFrame,
y: np.ndarray,
oversampler: dict,
classifier: dict,
seed: int = 0,
normalize: bool = False,
clean_early_stopping: bool = False,
consistent: bool = True,
repeats: int = 1,