My code is executing correctly in PyCharm:
auto_ml = H2OAutoML(max_runtime_secs=120, seed=1) auto_ml.train(x=x, y=y, training_frame=train) auto_l