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
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)