Skip to content

trustyai-explainability/trustyai-explainability-python-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

experiments

Repository containing experiments for evaluation of TrustyAI Explainability Toolkit

notebooks

Notebooks to reproduce available experiments:

scripts

Train NAM model on FICO dataset

Install nam library from https://github.com/AmrMKayid/nam:

  1. git clone https://github.com/AmrMKayid/nam
  2. cd nam
  3. pip install .

cd to experiments directory and run the training script

  1. python train_nam_pytorch_fico.py

Inside saved_models/NAM_FICO you will find NAM checkpoints that can be used for inference.