This is project for analysis of Walmart Sales Dataset and Constructing a Machine Learning Model using Random Forests for stable predction. Exported Model using Joblib and used it within Streamlit UI.
For Contributing and Installing Deps
For Windows:
python -m venv env
env\Scripts\activate.bat
pip install -r requirements.txtFor Linux
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt