AutoML tool that uses Autogluon to make predictions on training and test tabular data. Just add training data to Input 1 and test data to input 2 and prediction then type out the target label column name (case sensitive). Hit run and the predictions and full data will output!
This tool gives the further ability to set training time limits for each sub-model, and allows selection of quality presets (which may cause more memory and runtime usage). This tool will self choose the model type (classification, regression, etc) and fit the best model.