Sarah Belghiti

Results 2 comments of Sarah Belghiti

I'm getting the same problem and I can't find a way to solve it. The ML pipeline starts, all the parallel jobs get created but the mini batches don't do...

Apparently the mini_batch method doesn't work for tabular data. Therefore you should try to replace the run function in the batchscoring script with the following: ``` def run(input_data) -> pd.DataFrame:...