@@ -67,7 +67,7 @@ metrics for improving match winning chances:
67
67
68
68
* Sports data analytics are used not only in cricket but many [ other
69
69
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.
71
71
* Real-time data analytics can help in gaining insights even during the game
72
72
for changing tactics by the team and by associated businesses for economic
73
73
benefits and growth.
@@ -123,8 +123,8 @@ metrics for improving match winning chances:
123
123
124
124
Sports Analytics is a thriving field. Many researchers and companies
125
125
[ 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
128
128
for various kinds of cricket related sporting analytics such as:
129
129
130
130
* ** Statistical Analysis:** NumPy's numerical capabilities help estimate the
@@ -140,17 +140,17 @@ for various kinds of cricket related sporting analytics such as:
140
140
141
141
## Summary
142
142
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.
154
154
155
155
{{< figure src="/images/content_images/cs/numpy_ca_benefits.png"
156
156
class="fig-center"
0 commit comments