Skip to content

Seminar about interpretable machine learning models. It includes Generalized Linear Models and EBMs

Notifications You must be signed in to change notification settings

HPAI-BSC/interpretable_models_seminar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linear regression in steroids is all you need

This repo contains support material for the seminar I will be doing for the group.

How to run the code in windows powershell:

# Build image
docker build -t image . 
# Run jupyter notebook in image
docker run --rm -p 8888:8888 -v ${PWD}:/home image jupyter-notebook --allow-root --ip="0.0.0.0"

# Kill jupyter notebook
docker ps

docker kill [container_id]

About

Seminar about interpretable machine learning models. It includes Generalized Linear Models and EBMs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published