diff --git a/README.md b/README.md index 5897e7cb..c2cc1c3b 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,15 @@

[![Build Status](https://travis-ci.org/jrzaurin/pytorch-widedeep.svg?branch=master)](https://travis-ci.org/jrzaurin/pytorch-widedeep) +[![Documentation Status](https://readthedocs.org/projects/pytorch-widedeep/badge/?version=latest)](https://pytorch-widedeep.readthedocs.io/en/latest/?badge=latest) # pytorch-widedeep A flexible package to combine tabular data with text and images using wide and deep models. +**Documentation:** [https://pytorch-widedeep.readthedocs.io](https://pytorch-widedeep.readthedocs.io/en/latest/index.html) + ### Introduction `pytorch-widedeep` is based on Google's Wide and Deep Algorithm. Details of