Hi,Auto-sklearm Team:
After scanning the code, I found that the data were divided into two parts,training(fit) and inference(predict) when calling the fit function as shown below.
automl.fit(data, label,feat_type=feature_types)
But I could not find the variable of label of inference(predict),Could you please tell me where I can find the variable?
Another question is about thread, is there any possible way to run the program with only one thread?
Thanks.