Skip to content

Commit c3e2b0a

Browse files
Update README.md
1 parent 2b6f4d3 commit c3e2b0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

07_Seaborn_and_Linear_Regression/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This project will have a focus on analysing data about films. Data was scraped on May 1, 2018 from
44
https://www.the-numbers.com/movie/budgets .In this analysis, we will explore the different aspects of how the budget of a movie influences the revenue, and also how to predict future revenue based on the budget and year it was filmed.
5-
Different Python libraries were used. like the visualisation library [Seaborn](https://seaborn.pydata.org/index.html), which is based on Matplotlib for generating different kinds of charts (bubble chart, scatter chart, regressions). as well as the open source data analysis library [scikit-learn](https://scikit-learn.org/stable/index.htm) (the gold standard for machine learning), which was used to calculate the data for linear regression, check how accurate our model is, and make predictions about future revenue.
5+
Different Python libraries were used. like the visualisation library [Seaborn](https://seaborn.pydata.org/index.html), which is based on Matplotlib for generating different kinds of charts (bubble chart, scatter chart, regressions). as well as the open source data analysis library [scikit-learn](https://scikit-learn.org/stable/) (the gold standard for machine learning), which was used to calculate the data for linear regression, check how accurate our model is, and make predictions about future revenue.
66

77

88
---
@@ -19,7 +19,7 @@ NumPy
1919
https://numpy.org/doc/stable/index.html</br>
2020

2121
scikit-learn
22-
https://scikit-learn.org/stable/index.html</br>
22+
https://scikit-learn.org/stable/</br>
2323

2424
seaborn
2525
https://seaborn.pydata.org/index.html

0 commit comments

Comments
 (0)