A small demo of the App:
In this app I am using Random Forest Classifier and Extra Trees Classifier to determine and plot the importance of features. It will help me select which features to use in the final model.
To be added soon..
To recreate this web app on your own computer, do the following.
Download requirements.txt file
wget https://raw.githubusercontent.com/asad-mahmood/featureSelectionApp/main/requirements.txt
Pip install libraries
pip install -r requirements.txt
Download and unzip contents from this repo and open up the command prompt and traverse to the location where you unzipped the repo contents
Use this command to run it on your local machine
streamlit run app.py