DEV Community

Cover image for Error in PyCaret AutoML Web App: Unexpected 'setup()' Argument 'silent' - How Can I Fix This?
Vikas Sharma
Vikas Sharma

Posted on

Error in PyCaret AutoML Web App: Unexpected 'setup()' Argument 'silent' - How Can I Fix This?

I'm working on an AutoML web application using PyCaret, Streamlit, and pandas_profiling. My app allows users to upload a dataset, perform exploratory data analysis (EDA) with pandas_profiling, and build classification models using PyCaret. However, I've run into an issue while trying to use the 'setup()' function in PyCaret for model…

Top comments (0)