DataGov-SamagraX / Metarank_demo_UI

Repo to create a UI for metarank based on csvs containing the content/user metadata
0 stars 1 forks source link

Improve model explainability for created xgboost model #1

Open GautamR-Samagra opened 2 years ago

GautamR-Samagra commented 2 years ago

Automatically prepare datasets from user /item metadata and test interactions and relationships with synthetic data to provide better model explainabilty

GautamR-Samagra commented 2 years ago

Let's first look at how XGBoost models are usually represented and check if scala models for the same have some quick and easy representation techniques.

GautamR-Samagra commented 1 year ago

Show feature importance for all features extracted from the XGBoost model

We can create side by side graphs :

  1. Items rank distribution for a new user (scatter plot) :

    • Items along with one selected item features
    • Ranks for the items on X axis
  2. Feature distribution for selected items on the first graph :

    • show small histograms for all features on the other side