summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2024-07-14 13:10:27 -0600
committerNavan Chauhan <navanchauhan@gmail.com>2024-07-14 13:10:27 -0600
commit68d31a84f5acdded982e494caf2ec3699d76c36b (patch)
treec2a34c84cfcc74c64a1aa31b172c2788119b2d3a
parent126ce0cdaa892dbc149dc24f8a538adaf35fe17f (diff)
fix: fix hyperlink
-rw-r--r--Content/posts/2024-03-21-Polynomial-Regression-in-TensorFlow-2.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Content/posts/2024-03-21-Polynomial-Regression-in-TensorFlow-2.md b/Content/posts/2024-03-21-Polynomial-Regression-in-TensorFlow-2.md
index 9a0c7f6..50f1f41 100644
--- a/Content/posts/2024-03-21-Polynomial-Regression-in-TensorFlow-2.md
+++ b/Content/posts/2024-03-21-Polynomial-Regression-in-TensorFlow-2.md
@@ -12,7 +12,7 @@ I will be skipping all the introductions about polynomial regression and jumping
## Position vs Salary Dataset
-Again, we will be using https://drive.google.com/file/d/1tNL4jxZEfpaP4oflfSn6pIHJX7Pachm9/view (Salary vs Position Dataset)
+Again, we will be using the [https://drive.google.com/file/d/1tNL4jxZEfpaP4oflfSn6pIHJX7Pachm9/view](Salary vs Position Dataset)
If you are in a Python Notebook environment like Kaggle or Google Colaboratory, you can simply run:
```Termcap