An open API service indexing awesome lists of open source software.

https://github.com/sourdoughcat/h2o-model-explanation

Exploring model explanation on a Global and Local Level
https://github.com/sourdoughcat/h2o-model-explanation

Last synced: 6 months ago
JSON representation

Exploring model explanation on a Global and Local Level

Awesome Lists containing this project

README

        

# h2o-model-explanation

Installing the environment:

```sh
# using this config
conda env create -f environment.yml
# from scratch
conda create --name
```

Update environment configuration

```sh
conda env export > environment.yml
```

Force update of an environment

```sh
conda env update -f environment.yml
```