COURSES
MBAData Science & AnalyticsDoctorate Software & Tech AI | ML MarketingManagement
Professional Certificate Programme in HR Management and AnalyticsPost Graduate Certificate in Product ManagementExecutive Post Graduate Program in Healthcare ManagementExecutive PG Programme in Human Resource ManagementMBA in International Finance (integrated with ACCA, UK)Global Master Certificate in Integrated Supply Chain ManagementAdvanced General Management ProgramManagement EssentialsLeadership and Management in New Age BusinessProduct Management Online Certificate ProgramStrategic Human Resources Leadership Cornell Certificate ProgramHuman Resources Management Certificate Program for Indian ExecutivesGlobal Professional Certificate in Effective Leadership and ManagementCSM® Certification TrainingCSPO® Certification TrainingLeading SAFe® 5.1 Training (SAFe® Agilist Certification)SAFe® 5.1 POPM CertificationSAFe® 5.1 Scrum Master Certification (SSM)Implementing SAFe® 5.1 with SPC CertificationSAFe® 5 Release Train Engineer (RTE) CertificationPMP® Certification TrainingPRINCE2® Foundation and Practitioner Certification
Law
Job Linked
Bootcamps
Study Abroad
Master in International Management (120 ECTS)MS in Data AnalyticsMS in Project ManagementMS in Information TechnologyMasters Degree in Data Analytics and VisualizationMasters Degree in Artificial IntelligenceMBS in Entrepreneurship and MarketingMSc in Data AnalyticsMS in Data AnalyticsMS in Computer ScienceMaster of Science in Business AnalyticsMaster of Business Administration MS in Data ScienceMS in Information TechnologyMaster of Business AdministrationMS in Applied Data ScienceMaster of Business Administration | STEMMS in Data AnalyticsM.Sc. Data Science (60 ECTS)Master of Business AdministrationMS in Information Technology and Administrative Management MS in Computer Science Master of Business Administration MBA General Management-90 ECTSMSc International Business ManagementMS Data Science Master of Business Administration MSc Business Intelligence and Data ScienceMS Data Analytics MS in Management Information SystemsMSc International Business and ManagementMS Engineering ManagementMS in Machine Learning EngineeringMS in Engineering ManagementMSc Data EngineeringMSc Artificial Intelligence EngineeringMPS in InformaticsMPS in Applied Machine IntelligenceMS in Project ManagementMPS in AnalyticsMS in Project ManagementMS in Organizational LeadershipMPS in Analytics - NEU CanadaMBA with specializationMPS in Informatics - NEU Canada Master in Business AdministrationMS in Digital Marketing and MediaMSc Sustainable Tourism and Event ManagementMSc in Circular Economy and Sustainable InnovationMSc in Impact Finance and Fintech ManagementMS Computer ScienceMS in Applied StatisticsMaster in Computer Information SystemsMBA in Technology, Innovation and EntrepreneurshipMSc Data Science with Work PlacementMSc Global Business Management with Work Placement MBA with Work PlacementMS in Robotics and Autonomous SystemsMS in Civil EngineeringMS in Internet of ThingsMSc International Logistics and Supply Chain ManagementMBA- Business InformaticsMSc International ManagementMBA in Strategic Data Driven ManagementMSc Digital MarketingMBA Business and MarketingMaster of Business AdministrationMSc in Sustainable Global Supply Chain ManagementMSc Digital Business Analytics MSc in International HospitalityMSc Luxury and Innovation ManagementMaster of Business Administration-International Business ManagementMS in Computer EngineeringMS in Industrial and Systems EngineeringMSc International Business ManagementMaster in ManagementMSc MarketingMSc Business ManagementMSc Global Supply Chain ManagementMS in Information Systems and Technology with Business Intelligence and Analytics ConcentrationMSc Corporate FinanceMSc Data Analytics for BusinessMaster of Business AdministrationMaster of Business AdministrationMaster of Business AdministrationMSc in International FinanceMSc in International Management and Global LeadershipMaster of Business AdministrationBachelor of BusinessMaster of Business Administration 60 ECTSMaster of Business Administration 90 ECTSMaster of Business Administration 90 ECTSBachelor of Business AnalyticsBachelor of Information TechnologyMaster of Business AdministrationMBA Business Analytics
For College Students

Explain Predictive Analytics and Machine Learning

$$/$$

In the previous segments, we learnt about data cleaning, feature engineering, big data analytics etc., which brings us to arguably the most important stage in data analysis - prediction. Almost all of the data cleaning, data preparation and analysis is done so as to predict what will happen next. What a user will like, which movie will succeed and so on.


Please note that the independent variable is just another term used for the features. And the dependent variable is that variable whose value is determined by independent variables. Independent variables are the 'factors' that influence your 'dependent variable'. So, you want to understand how changing an independent variable affects the value of the dependent variable.

 

Let's first understand the three important terms used in predictive analytics - prediction, regression and time series.

$$/$$

In prediction, based on the previous values of the independent variables, you attempt to predict the dependent variable. Regression analysis is one such technique that helps in making predictions.

 

For example, you may want to make the sales prediction using marketing spends, pricing, promotion, product placement data. You build a model to capture the relationship between all these independent variables and the dependent variable that is the sales. And then you apply this model to the present and the future. You predict what the future sales will be. Here, regression can help you.

 

In (time series) forecasting, based on the previous value of a variable, you attempt to predict its future values, i.e. given past sales data, you want to predict future sales. You look for patterns in the sales data itself and not on the relationship between sales and the other variables. 

 

Given the huge amount of data that is available, it is humanly impossible to scan through the entire data and make predictions manually. So you train 'machines' to make predictions using this data. Let's have Ujjyaini explain the basics of machine learning in the following video.

$$/$$

In supervised learning, you use a training set to make the algorithm learn, and then apply what it learnt to new, unseen data points. In unsupervised learning, you try to find patterns based on similarities in the data.

 

Consider you have the dataset which provides the relationship between the transfer spend and final league position of a team in the premier league. You can build a model based on this and tease out a reasonably dependable relationship between transfer spend and final league position. You can apply this relationship to the future and predict the league positions. This would be an example of classification as the final output is limited to twenty natural numbers only.

 

Consider a dataset having finishing statistics of strikers for the last six years. You do not know what you can extract from the data but upon clustering, you will be able to see a few clusters. One cluster will probably have the best strikers in the world, like an Aubameyang. The cluster other might have strikers who score a lot of penalty goals, this will contain a Kane or Hazard.

 

 

You can read more about the above-mentioned topics below.