Closed 2533245542 closed 3 years ago
well, setting
autonet = AutoNetRegression(budget_type='epochs', min_budget=1, max_budget=9, num_iterations=1, log_level='info')
to
autonet = AutoNetRegression("tiny_cs", budget_type='epochs', min_budget=1, max_budget=9, num_iterations=1, log_level='debug', use_pynisher=False)
and it is runnable now (use the same argument as in classification.py).
I was able to run the classification.py but when running regression.py, the below error message showed up.