You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Built a pipeline and catboost model using pycaret 2.2.3 and streamlit 0.73.1. Followed the example here, paring down modules to what is shown in app.py. Added a .slugignore etc. to further try and reduce the slug size which is 547MB and exceeds the 500MB limit for Free tier dynos in Heroku. On the streamlit repo, the advice was to use an earlier version of PyCaret.
Have you tried to run this repo with 2.2.x using streamlit and heroku? Has the footprint of PyCaret increased dramatically over the past 6-7 months? Any tips/tricks to slim down the slug?
The text was updated successfully, but these errors were encountered:
Built a pipeline and catboost model using pycaret 2.2.3 and streamlit 0.73.1. Followed the example here, paring down modules to what is shown in app.py. Added a .slugignore etc. to further try and reduce the slug size which is 547MB and exceeds the 500MB limit for Free tier dynos in Heroku. On the streamlit repo, the advice was to use an earlier version of PyCaret.
Have you tried to run this repo with 2.2.x using streamlit and heroku? Has the footprint of PyCaret increased dramatically over the past 6-7 months? Any tips/tricks to slim down the slug?
The text was updated successfully, but these errors were encountered: