Skip to content

Experiments on public datasets for pytorch-lifestream library

License

Notifications You must be signed in to change notification settings

dllllb/ptls-experiments

Repository files navigation

Experiments on public datasets for pytorch-lifestream library

Setup and test using pipenv

# Ubuntu 18.04

sudo apt install python3.8 python3-venv
pip3 install pipenv

pipenv sync  --dev # install packages exactly as specified in Pipfile.lock
pipenv shell
pytest

# run luigi server
luigid
# check embedding validation progress at `http://localhost:8082/`

# use tensorboard for metrics exploration
tensorboard --logdir lightning_logs/ 
# check tensorboard metrics at `http://localhost:6006/`

Run scenario

We check 5 datasets as separate experiments. See README.md files in experiments folder:

See also additional list of experiments

Notebooks

Full scenarious are console scripts configured by hydra yaml configs. If you like jupyter notebooks you can see an example for AgePred dataset in AgePred notebooks

Results

All results are stored in */results folder.

See detailed results tables

Other experiments

About

Experiments on public datasets for pytorch-lifestream library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages