aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-01-22 18:05:06 +0100
committerCharles <sircharlesaze@gmail.com>2020-01-22 18:05:33 +0100
commit1e45848f0b84218dfbdb62e313b4c33791a98555 (patch)
tree727e277ef8c688801220eaa14d2b710126116c11 /README.md
parent79f3505b2611b0f6a210224d38d59002597379e6 (diff)
downloadft_linear_regression-1e45848f0b84218dfbdb62e313b4c33791a98555.tar.gz
ft_linear_regression-1e45848f0b84218dfbdb62e313b4c33791a98555.tar.bz2
ft_linear_regression-1e45848f0b84218dfbdb62e313b4c33791a98555.zip
Moved notebook to notebook/, Added predict.py and train.py template
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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).