From d98932b7b2eca88dc9d75d3c59d96a63cfd7a0b6 Mon Sep 17 00:00:00 2001 From: jrzaurin Date: Mon, 13 Jul 2020 12:31:01 +0100 Subject: [PATCH] Added link to docs --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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