From 1e45848f0b84218dfbdb62e313b4c33791a98555 Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 22 Jan 2020 18:05:06 +0100 Subject: Moved notebook to notebook/, Added predict.py and train.py template --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4efe344..6bde654 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ ft\_linear\_regression project of school 42 # Explaination -Check out the jupyter notebook, markdown version [here](./ft_linear_regression_notebook.md). +Check out the jupyter notebook, markdown version [here](./notebook/ft_linear_regression_notebook.md). -- cgit