Skip to content

Commit 1f5c17c

Browse files
authored
Added missing hyperlinks for Matplotlib, TensorFlow and Scikit-Learn in the Data Science docs page. (#7706)
* Update data-science.md Updated the hyperlink for matplotlib to the codecademy docs official page * Update data-science.md added the correct hyperlinks to TensorFlow and Scikit-Learn * Update data-science.md * Update data-science.md ---------
1 parent c22131f commit 1f5c17c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/data-science/data-science.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ Since the beginning of the 21st century, data science has been used in almost ev
3131
## Languages and Tools
3232

3333
- [Python](https://www.codecademy.com/resources/docs/python)
34-
- Matplotlib
34+
- [Matplotlib](https://www.codecademy.com/resources/docs/matplotlib)
3535
- [Pandas](https://www.codecademy.com/resources/docs/pandas)
36-
- Scikit-learn
37-
- TensorFlow
36+
- [Scikit-learn](https://www.codecademy.com/article/scikit-learn-tutorial)
37+
- [TensorFlow](https://www.codecademy.com/resources/docs/tensorflow)
3838
- NLTK
3939
- [R](https://www.codecademy.com/resources/docs/r) (ggplot2)
4040
- [JSON](https://www.codecademy.com/resources/docs/general/json)

0 commit comments

Comments
 (0)