From 8ef50862fcf7af9a674b187bde0e0a56d7964103 Mon Sep 17 00:00:00 2001 From: jrzaurin Date: Tue, 21 Jul 2020 09:46:25 +0100 Subject: [PATCH] Fixed little typo in pypi_README --- pypi_README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pypi_README.md b/pypi_README.md index 0639d28..4a3eab4 100644 --- a/pypi_README.md +++ b/pypi_README.md @@ -58,7 +58,7 @@ Binary classification with the [adult dataset]([adult](https://www.kaggle.com/wenruliu/adult-income-dataset)) using `Wide` and `DeepDense` and defaults settings. -````python +```python import pandas as pd from sklearn.model_selection import train_test_split -- GitLab