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

https://github.com/ilias-ant/adversarial-validation-demo

Code for article https://ilias-ant.github.io/blog/adversarial-validation/.
https://github.com/ilias-ant/adversarial-validation-demo

adversarial-validation

Last synced: about 1 year ago
JSON representation

Code for article https://ilias-ant.github.io/blog/adversarial-validation/.

Awesome Lists containing this project

README

          

# adversarial-validation-demo

### Reproduction

First build the image:
```shell
docker build \
--target production \
-t adval:latest \
.
```

and then run the container:
```shell
docker run \
--init \
-p 8888:8888 \
--mount type=bind,source=.,target=/app \
adval:latest
```

Jupyter notebooks will be available for review & reproduction at: http://127.0.0.1:8888/tree (*requires token*):

- *demo-house-prices.ipynb*: where train & test datasets follow the same underlying distribution.
- *demo-sberbank-russian-housing-market.ipynb*: where train & test datasets follow different underlying distributions.