- We worked on a student project for The Family Promise of Spokane Organization, a US-based nonprofit organization based in Spokane, WA. They are an organization that helps homeless families as well as preventing families from becoming homeless. They provide shelter for families as well as rental assitance. For the full description visit their website Family Promise of Spokane
- The dashboard we made was meant for the supervisors and caseworkers to make informed decisions.
- This repository main purpose is to demo the streamlit app dashboard portion only. The only contributors are below.
| Erle Granger II | Lester Gomez | Robert Giuffre |
git clone https://github.com/Streamlit-App-Demo/Dashboard.git
- Install packages using
pipenv install
orpipenv shell
- Type
streamlit run fps_dashboard/fps_app.py
to run dashboard
- Quick video about the app: Youtube
- From
ml_interpretations.py
- Posx and posy should be finite values. Text and fig scaling issues.
- In shap section: (matplotlib = True) is not yet supported for force plots with multiple samples! Example: Pick [Personal ID 53716]
- Segmentation fault. Sometimes it crashes.
- From
des_statistics.py
- Basic Enrollment Stats: if the date range changes, and if within those observations the number of possible genders changes, the colors indicating gender in the legend may change.
- Exit Outcome Facet Chart: if the date range selected by the user does not contain at least one example of each exit outcome, the chart will fail to render.
- Exit Outcome Facet Chart: if the user zooms the 3 charts will become "unmoored" - the x axis moves.