Marx-wrld / Auto-Machine-Learning-App

This project is a machine learning code that uses Python Streamlit, pycaret, pandas and plotly. This simple web app then allows a user to generate predictions based on his/her uploaded dataset, then also generate a profile report of this dataset and then finally download the built model for his/her use.
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

TypeError: setup() got an unexpected keyword argument 'silent' #1

Closed Marx-wrld closed 1 year ago

Marx-wrld commented 1 year ago

Traceback: File "C:\Users\MARX\AppData\Local\Programs\Python\Python310\lib\site-packages\streamlit\scriptrunner\script_runner.py", line 475, in _run_script exec(code, module.dict) File "C:\Users\MARX\Desktop\Auto Machine Learning App\app.py", line 36, in setup(df, target=chosen_target, silent=True, html=False)

Marx-wrld commented 1 year ago

This error can be solved by downgrading to pycaret version 2.3, since pycaret version 3.0 does not have the silent keyword argument.