Apply 100 ML Models with Hyperparameter tuning using 3 lines of code
Auto-sklearn library gives you the ability to apply bulk ML Models on your dataset along with changing and finding best hyperparameter for that model. The only disadvantage is that it is not available for windows users, but since I am also a windows user so to overcome this problem, I recommend you use google colab, Kaggle, or Docker. There you can easily install the auto-sklearn library.