Skip to content

futianfan/PEARL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

22 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

PEARL: Prototype Learning via Rule Learning

πŸš€ Installation

conda create -n pearl python=3.7 
conda activate pearl 
pip install torch 
pip install scikit-learn 
pip install matplotlib 

πŸ“Š Data

data/: data folder

src/stream.py: process data

βš™οΈ Configuration

src/config.py: configuration

πŸ€– Model

src/decision_tree.py: decision-tree for interpretable rule

src/model_torch.py: NN model (Pytorch)

train

python src/train_torch.py

πŸ“ž Contact

Tianfan Fu (futianfan@gmail.com)