This course on Microsoft Learn is known as Introduction to machine learning with Python and Azure Notebooks and can be accessed by clicking the link: https://docs.microsoft.com/en-us/learn/paths/intro-to-ml-with-python/ It has 3 modules: Analyze climate data with Azure Notebooks, Predict flight delays by creating a machine learning model in Python and Analyze the sentiment of reviews with Keras
Category: Data Science
Text Analysis Using ‘R’
Text Analysis in R can be performed very efficiently using the Tidyverse set of Libraries, which include dplyr ggplot2 and readr. These libraries can be used for Wrangling Text, Visualization and Sentiment Analysis along with Topic Modelling. The 4 hour course is available on DataCamp’s Website, here.
Analytics Towards Data Science
Analytics on Data could be one of the following: Descriptive Diagnostic Predictive Prescriptive When it starts at Descriptive and stops at Diagnostics, it is Data Analytics…while moving forward to Predictive and Prescriptive Analytics, it becomes Data Science.