Skip to content

Commit 96005ed

Browse files
authored
Merge pull request numpy#226 from shaloo/sfork-164-edits
Fixes minor typos and grammar ref pull request 174
2 parents 3ed2fc3 + 203cdcb commit 96005ed

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

content/en/case-studies/cricket-analytics.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ metrics for improving match winning chances:
6767

6868
* Sports data analytics are used not only in cricket but many [other
6969
sports](https://adtmag.com/blogs/dev-watch/2017/07/sports-analytics.aspx) for
70-
improving the overall team performance and maximize winning chances.
70+
improving the overall team performance and maximizing winning chances.
7171
* Real-time data analytics can help in gaining insights even during the game
7272
for changing tactics by the team and by associated businesses for economic
7373
benefits and growth.
@@ -123,8 +123,8 @@ metrics for improving match winning chances:
123123

124124
Sports Analytics is a thriving field. Many researchers and companies
125125
[use NumPy](https://adtmag.com/blogs/dev-watch/2017/07/sports-analytics.aspx)
126-
and other PyData packages like Scikit-learn, SciPy, Matplotlib, and Jupyter.
127-
in addition to latest machine learning and AI techniques. NumPy has been used
126+
and other PyData packages like Scikit-learn, SciPy, Matplotlib, and Jupyter,
127+
besides using the latest machine learning and AI techniques. NumPy has been used
128128
for various kinds of cricket related sporting analytics such as:
129129

130130
* **Statistical Analysis:** NumPy's numerical capabilities help estimate the
@@ -140,17 +140,17 @@ for various kinds of cricket related sporting analytics such as:
140140

141141
## Summary
142142

143-
Sports Analytics have changed the way professional games are played, especially
144-
regarding decision making which was until recently primarily done based on
145-
“gut feeling" or adherence to past traditions. NumPy forms a
146-
solid foundation for a large set of Python packages which provide higher level
147-
functions related to data analytics, machine learning and AI algorithms. These
148-
packages are widely deployed to gain real-time insights that help in decision
149-
making for game-changing outcomes, both on field as well as to draw inferences
150-
and drive business around the game of cricket. Finding out the hidden
151-
parameters, patterns and attributes that lead to the outcome of a cricket match
152-
helps the stakeholders to take notice of game insights that are otherwise hidden
153-
in numbers and statistics.
143+
Sports Analytics is a game changer when it comes to how professional games are
144+
played, especially how strategic decision making happens, which until recently
145+
was primarily done based on “gut feeling" or adherence to past traditions. NumPy
146+
forms a solid foundation for a large set of Python packages which provide higher
147+
level functions related to data analytics, machine learning and AI algorithms.
148+
These packages are widely deployed to gain real-time insights that help in
149+
decision making for game-changing outcomes, both on field as well as to draw
150+
inferences and drive business around the game of cricket. Finding out the
151+
hidden parameters, patterns and attributes that lead to the outcome of a
152+
cricket match helps the stakeholders to take notice of game insights that are
153+
otherwise hidden in numbers and statistics.
154154

155155
{{< figure src="/images/content_images/cs/numpy_ca_benefits.png"
156156
class="fig-center"

0 commit comments

Comments
 (0)