<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Data Professor</title>
    <description>The latest articles on Forem by Data Professor (@dataprofessor).</description>
    <link>https://forem.com/dataprofessor</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F642644%2F8b746dbb-75d4-467b-8603-1641ed6d4a14.jpeg</url>
      <title>Forem: Data Professor</title>
      <link>https://forem.com/dataprofessor</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/dataprofessor"/>
    <language>en</language>
    <item>
      <title>How to Master Python for Data Science</title>
      <dc:creator>Data Professor</dc:creator>
      <pubDate>Fri, 18 Jun 2021 17:27:04 +0000</pubDate>
      <link>https://forem.com/dataprofessor/how-to-master-python-for-data-science-4e6m</link>
      <guid>https://forem.com/dataprofessor/how-to-master-python-for-data-science-4e6m</guid>
      <description>&lt;p&gt;&lt;em&gt;Here’s the Essential Python you Need for Data Science&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;So you’re embarking on your journey into data science and everyone recommends that you start with learning how to code. You decided on Python and are now paralyzed by the large piles of learning resources that are at your disposal. Perhaps you are overwhelmed and owing to analysis paralysis, you are procrastinating your first steps in learning how to code in Python.&lt;/p&gt;

&lt;p&gt;In this article, I’ll be your guide and take you on a journey of exploring the essential bare minimal knowledge that you need in order to master Python for getting started in data science. I will assume that you have no prior coding experience or that you may come from a non-technical background. However, if you are coming from a technical or computer science background and have knowledge of a prior programming language and would like to transition to Python, you can use this article as a high-level overview to get acquainted with the gist of the Python language. Either way, it is the aim of this article to navigate you through the landscape of the Python language at their intersection with data science, which will help you get started in no time.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://towardsdatascience.com/how-to-master-python-for-data-science-1fb8353718bf"&gt;&lt;strong&gt;Read the full article&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>datascience</category>
      <category>python</category>
      <category>machinelearning</category>
      <category>programming</category>
    </item>
    <item>
      <title>How to Paraphrase Text using Python</title>
      <dc:creator>Data Professor</dc:creator>
      <pubDate>Tue, 08 Jun 2021 07:23:49 +0000</pubDate>
      <link>https://forem.com/dataprofessor/how-to-paraphrase-text-using-python-83j</link>
      <guid>https://forem.com/dataprofessor/how-to-paraphrase-text-using-python-83j</guid>
      <description>&lt;p&gt;As writers, we often seek out tools to help us become more efficient or productive. Tools such as Grammarly can help with language editing. Text generation tools can help to rapidly generate original contents by just giving the AI a few keyword ideas to work with.&lt;br&gt;
Perhaps this could help end writer’s block? This is a debatable question that is best saved for a later time.&lt;/p&gt;

&lt;p&gt;Paraphrasing content is also another great way to take existing content (either from your own or from others) and add your own spin to it. Wouldn’t it be great if we could paraphrase text automatically?&lt;/p&gt;

&lt;p&gt;In this article, you will learn how to paraphrase text for FREE in Python using the PARROT library. Particularly, under the hood PARROT’s paraphrasing technology is based on the T5 algorithm (an acronym for Text-To-Text Transfer Transformer) that was originally developed by Google (for more information refer to the T5 resource at Papers with Code). At a high-level, text generation is niche area of the exciting area of natural language processing (NLP), which is generally referred to as artificial intelligence or AI when explained to the general audience.&lt;/p&gt;

&lt;p&gt;It should be noted that an accompanying YouTube video (&lt;a href="https://youtu.be/C6gBcL9sAIw"&gt;&lt;strong&gt;&lt;em&gt;How to paraphrase text in Python using the PARROT library (Ft. Ken Jee)&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;) to this article is shown below on my YouTube channel (&lt;a href="https://youtube.com/dataprofessor"&gt;&lt;strong&gt;Data Professor&lt;/strong&gt;&lt;/a&gt;).&lt;/p&gt;

</description>
      <category>datascience</category>
      <category>machinelearning</category>
      <category>python</category>
      <category>ai</category>
    </item>
    <item>
      <title>How to Create and Deploy a Machine Learning App to Heroku</title>
      <dc:creator>Data Professor</dc:creator>
      <pubDate>Tue, 08 Jun 2021 07:09:54 +0000</pubDate>
      <link>https://forem.com/dataprofessor/how-to-create-and-deploy-a-machine-learning-app-to-heroku-18de</link>
      <guid>https://forem.com/dataprofessor/how-to-create-and-deploy-a-machine-learning-app-to-heroku-18de</guid>
      <description>&lt;p&gt;Deployment of a machine learning model is an important phase in the data life cycle. Such a model could be a minimum viable product (MVP) that would allow relevant stakeholders access to the model from which to test and experiment with, which could lead to valuable feedback for further model improvement.&lt;/p&gt;

&lt;p&gt;Model deployment may seem like a difficult and daunting task but it does not have to be. In this article, you will learn how to easily deploy a machine learning app to the cloud using Heroku. The advantage of deploying to Heroku is that we don’t have to worry about anything related to the underlying operating system (i.e. no more installing updates, dependencies or maintenance) on which the app is running on.&lt;/p&gt;

&lt;p&gt;It should be noted that this article has an accompanying video (&lt;a href="https://youtu.be/zK4Ch6e1zq8"&gt;&lt;strong&gt;&lt;em&gt;How to Deploy Data Science Web App to Heroku&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;) that can serve as a supplement or visual aid from which to refer to.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://towardsdatascience.com/how-to-create-and-deploy-a-machine-learning-app-to-heroku-d6965aa4f627"&gt;&lt;strong&gt;Read the full article&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>datascience</category>
      <category>python</category>
      <category>analytics</category>
    </item>
    <item>
      <title>How to Build an EDA App in Python</title>
      <dc:creator>Data Professor</dc:creator>
      <pubDate>Tue, 08 Jun 2021 07:04:09 +0000</pubDate>
      <link>https://forem.com/dataprofessor/how-to-build-an-eda-app-in-python-4een</link>
      <guid>https://forem.com/dataprofessor/how-to-build-an-eda-app-in-python-4een</guid>
      <description>&lt;p&gt;Exploratory data analysis (EDA) is an essential and preliminary first steps for exploring and summarizing the main characteristics of datasets. EDA provides the means to help us better understand variables and their relationships. This is achieved by non-graphical (descriptive statistics) and graphical (data visualization) techniques.&lt;/p&gt;

&lt;p&gt;In this article, we will be creating an EDA web app that you can use to speed up your EDA analysis or allow your colleagues to perform EDA without having to code in Python. A simple upload of the input CSV file is all it takes to perform EDA analysis.&lt;/p&gt;

&lt;p&gt;You can also refer to my YouTube video &lt;a href="https://youtu.be/p4uohebPuCg"&gt;&lt;strong&gt;&lt;em&gt;How to build an Exploratory Data Analysis app using Pandas Profiling&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt; on my YouTube channel (&lt;a href="https://www.youtube.com/channel/UCV8e2g4IWQqK71bbzGDEI4Q"&gt;&lt;strong&gt;&lt;em&gt;Data Professor&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;) as a supplement to this article.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://towardsdatascience.com/how-to-build-an-eda-app-in-python-af7ec4b51528"&gt;&lt;strong&gt;Read the full article&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>datascience</category>
      <category>python</category>
      <category>analytics</category>
    </item>
    <item>
      <title>How to Build a Simple Portfolio Website for FREE</title>
      <dc:creator>Data Professor</dc:creator>
      <pubDate>Tue, 08 Jun 2021 06:58:54 +0000</pubDate>
      <link>https://forem.com/dataprofessor/how-to-build-a-simple-portfolio-website-for-free-4k3o</link>
      <guid>https://forem.com/dataprofessor/how-to-build-a-simple-portfolio-website-for-free-4k3o</guid>
      <description>&lt;p&gt;In this article, you will learn how to build a portfolio website for free in order to showcase your projects whether it be for data science, software development or web development. Some of the benefits of a portfolio website helps potential employers see the breadth and depth of your experience, which may be particularly helpful if you’re coming from an unconventional background (such as being a self-taught professional, etc.).&lt;/p&gt;

&lt;p&gt;The portfolio website that we will be building today will be hosted for free on on GitHub pages. I will assume that you have minimal to no HTML experience. But if you have prior experience, this tutorial should take you even less time to complete.&lt;/p&gt;

&lt;p&gt;We have a lot to cover here and without further ado let’s get started!&lt;/p&gt;

&lt;p&gt;Also check out the accompanying YouTube video by the same name (&lt;a href="https://www.youtube.com/watch?v=6NXLGP65S2Q"&gt;&lt;strong&gt;&lt;em&gt;How to Build a Simple Portfolio Website for FREE&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;) that you can watch alongside reading this blog post.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://towardsdatascience.com/how-to-build-a-simple-portfolio-website-for-free-f49327675fd9"&gt;&lt;strong&gt;Read the full article&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to Build a Machine Learning App in Python</title>
      <dc:creator>Data Professor</dc:creator>
      <pubDate>Tue, 08 Jun 2021 06:56:41 +0000</pubDate>
      <link>https://forem.com/dataprofessor/how-to-build-a-machine-learning-app-in-python-1i55</link>
      <guid>https://forem.com/dataprofessor/how-to-build-a-machine-learning-app-in-python-1i55</guid>
      <description>&lt;p&gt;Have you ever wished for a web app that would allow you to build a machine learning model automatically by simply uploading a CSV file? In this article, you will learn how to build your very own machine learning web app in Python in a little over 100 lines of code.&lt;/p&gt;

&lt;p&gt;The contents of this article is based on a YouTube video (&lt;a href="https://youtu.be/eT3JMZagMnE"&gt;https://youtu.be/eT3JMZagMnE&lt;/a&gt;) by the same name that I published a few months ago on my YouTube channel (&lt;a href="https://youtube.com/dataprofessor"&gt;&lt;strong&gt;Data Professor&lt;/strong&gt;&lt;/a&gt;), which serves as a supplementary to this article.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://towardsdatascience.com/how-to-build-a-machine-learning-app-a9dfed2616fb"&gt;&lt;strong&gt;Read the full article&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>datascience</category>
      <category>python</category>
      <category>ai</category>
    </item>
    <item>
      <title>How to Build your First Machine Learning Model in Python</title>
      <dc:creator>Data Professor</dc:creator>
      <pubDate>Thu, 03 Jun 2021 07:45:53 +0000</pubDate>
      <link>https://forem.com/dataprofessor/how-to-build-your-first-machine-learning-model-in-python-2dmm</link>
      <guid>https://forem.com/dataprofessor/how-to-build-your-first-machine-learning-model-in-python-2dmm</guid>
      <description>&lt;p&gt;A while back I wrote a blog on &lt;a href="https://towardsdatascience.com/how-to-build-a-machine-learning-model-439ab8fb3fb1"&gt;&lt;strong&gt;&lt;em&gt;How to Build a Machine Learning Model (A Visual Guide to Learning Data Science)&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt; which takes you on a visual and conceptual journey on how a machine learning model is built. What the article did not show was how to implement the actual building of the model.&lt;/p&gt;

&lt;p&gt;In this article, you will learn how to build your first machine learning model in Python. Particularly, you will be building regression models using traditional linear regression as well as other machine learning algorithms.&lt;/p&gt;

&lt;p&gt;I’ve created the following YouTube video to serve as a supplement to this article, particularly it will get you up to speed on the concepts of machine learning model building as also covered in the first blog post mentioned above.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://towardsdatascience.com/how-to-build-your-first-machine-learning-model-in-python-e70fd1907cdd"&gt;&lt;strong&gt;Read the full article&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>datascience</category>
      <category>python</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Data Science Starter Kit</title>
      <dc:creator>Data Professor</dc:creator>
      <pubDate>Thu, 03 Jun 2021 07:35:50 +0000</pubDate>
      <link>https://forem.com/dataprofessor/data-science-starter-kit-17gf</link>
      <guid>https://forem.com/dataprofessor/data-science-starter-kit-17gf</guid>
      <description>&lt;p&gt;This article presents you the Data Science Starter Kit that will serve as a self-help guide to help you get started in your data science journey. Nope, I’m not selling you a course. Nor is it going to be a magical formula that will effortlessly instill you with data science knowledge and skills.&lt;/p&gt;

&lt;p&gt;This Data Science Starter Kit is going to cost you ZERO dollars (although the learning service providers mentioned herein does). What this starter kit can do for you is provide a framework that will help pinpoint you in the right direction and help you take your first steps.&lt;/p&gt;

&lt;p&gt;It’s going to be tough journey. You might even want to give up, but with perseverance and the right mindset you can do this. There’s a lot to cover here and without further ado, let’s get started!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://towardsdatascience.com/data-science-starter-kit-2d8e2291914b"&gt;&lt;strong&gt;Read the full article&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>datascience</category>
      <category>machinelearning</category>
      <category>python</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
