Friday, July 2, 2021

Test and Code: 159: Python, pandas, and Twitter Analytics - Matt Harrison

When learning data science and machine learning techniques, you need to work on a data set.
Matt Harrison had a great idea: Why not use your own Twitter analytics data?
So, he did that with his own data, and shares what he learned in this episode, including some of his secrets to gaining followers.

In this episode we talk about:

  • Looking at your own Twitter analytics data.
  • Using Python, pandas, Jupyter for data cleaning and exploratory analysis
  • Data visualization
  • Machine learning, principal component analysis, clustering
  • Model drift and re-running analysis
  • What kind of tweets perform well
  • And much more

Special Guest: Matt Harrison.

Sponsored By:

Support Test & Code : Python Testing

Links:

<p>When learning data science and machine learning techniques, you need to work on a data set.<br> Matt Harrison had a great idea: Why not use your own Twitter analytics data?<br> So, he did that with his own data, and shares what he learned in this episode, including some of his secrets to gaining followers.</p> <p>In this episode we talk about:</p> <ul> <li>Looking at your own Twitter analytics data.</li> <li>Using Python, pandas, Jupyter for data cleaning and exploratory analysis</li> <li>Data visualization</li> <li>Machine learning, principal component analysis, clustering</li> <li>Model drift and re-running analysis</li> <li>What kind of tweets perform well</li> <li>And much more</li> </ul><p>Special Guest: Matt Harrison.</p><p>Sponsored By:</p><ul><li><a href="https://ift.tt/2JDHRTz" rel="nofollow">PyCharm Professional</a>: <a href="https://ift.tt/2JDHRTz" rel="nofollow">Try PyCharm Pro for 4 months and learn how PyCharm will save you time.</a> Promo Code: TESTANDCODE21</li></ul><p><a href="https://ift.tt/2tzXV5e" rel="payment">Support Test & Code : Python Testing</a></p><p>Links:</p><ul><li><a href="https://ift.tt/3qFnE6S" title="Applied Pandas: Twitter Analytics" rel="nofollow">Applied Pandas: Twitter Analytics</a> &mdash; the course</li><li><a href="https://twitter.com/__mharrison__" title="matt harrison (@__mharrison__) / Twitter" rel="nofollow">matt harrison (@__mharrison__) / Twitter</a> &mdash; follow for Python, Data Science, & Career Advice</li><li><a href="https://twitter.com/brianokken" title="Brian Okken (@brianokken) / Twitter" rel="nofollow">Brian Okken (@brianokken) / Twitter</a> &mdash; follow for Python, pytest, Packaging, & Software Engineering Advice </li></ul>

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...