/automl-pipeline

Automated ML Pipeline built using streamlit, pandas profiling and pycaret

Primary LanguagePython

automl-pipeline

Automated ML Pipeline built using streamlit, pandas profiling and pycaret

Known Issues

  1. When installing pycaret on apple silicon, building wheel for lightgbm might fail. To mitigate this issue, run brew install cmake libomp. Here is the Stack Overflow Link