O.P. Jindal Global University
Predictive Analytics and Forecasting

Vente anticipée ! Débloquez plus de 10 000 cours de Google, Microsoft et autres pour 160 €/an. Économisez maintenant.

Ce cours n'est pas disponible en Français (France)

Nous sommes actuellement en train de le traduire dans plus de langues.
O.P. Jindal Global University

Predictive Analytics and Forecasting

Krishan Kumar Pandey

Instructeur : Krishan Kumar Pandey

Inclus avec Coursera Plus

Obtenez un aperçu d'un sujet et apprenez les principes fondamentaux.
6 semaines à compléter
à 10 heures par semaine
Planning flexible
Apprenez à votre propre rythme
Préparer un diplôme
Obtenez un aperçu d'un sujet et apprenez les principes fondamentaux.
6 semaines à compléter
à 10 heures par semaine
Planning flexible
Apprenez à votre propre rythme
Préparer un diplôme

Ce que vous apprendrez

  • Learn predictive analytics and data mining to uncover business insights.

    Apply models to real-world challenges and enhance decision-making.

Compétences que vous acquerrez

  • Catégorie : Data Cleansing
  • Catégorie : Regression Analysis
  • Catégorie : Demand Planning
  • Catégorie : Dimensionality Reduction
  • Catégorie : Supervised Learning
  • Catégorie : Business Analytics
  • Catégorie : Statistical Analysis
  • Catégorie : Customer Analysis
  • Catégorie : Data Mining
  • Catégorie : Market Analysis
  • Catégorie : Forecasting
  • Catégorie : Unsupervised Learning
  • Catégorie : Data Processing
  • Catégorie : Predictive Analytics
  • Catégorie : Classification And Regression Tree (CART)
  • Catégorie : Machine Learning Algorithms
  • Catégorie : Data-Driven Decision-Making

Détails à connaître

Certificat partageable

Ajouter à votre profil LinkedIn

Récemment mis à jour !

juin 2025

Évaluations

52 devoirs

Enseigné en Anglais

Découvrez comment les employés des entreprises prestigieuses maîtrisent des compétences recherchées

 logos de Petrobras, TATA, Danone, Capgemini, P&G et L'Oreal

Il y a 18 modules dans ce cours

Welcome to the Predictive Analytics and Forecasting course! Predictive analytics is about using statistical data mining to analyze current and historical facts to make predictions about future events. As the business world rapidly progresses toward a paradigm of data-driven decision-making, the primary goal of this course is to understand both the power and limitations of some of the predictive analysis tools. This course will provide an overview of predictive analysis tools of data mining and their uses with the volume of data and business cases. The course is designed to allow future managers to communicate effectively with the data science team within an organization. The course further acquaints you with how to understand customer behavior and motivations, customers’ need, market segmentation, retailing, and business forecasting with the power of predictive data mining tools. Finally, the course will demonstrate a handful set of predictive analytics and data mining tools that can help young managers to make data-driven decisions in today’s business scenario. This is an advanced course intended for learners with a background in data analysis and interpretation. The knowledge you gain from this course will help you pursue analytics careers in any industry.      To succeed in this course, you should have prior experience in or a basic understanding of regression, correlation, data visualization, and interpretation of statistical results. 

Inclus

1 vidéo1 lecture

In this module, you will learn about various terminologies of data mining, such as predictive analytics, prescriptive analytics, data science, and business intelligence. Before starting with the core analytics, you should be first clear about the steps of data mining and how to pre-process your data before going for actual data analytics. This module also introduces you to various steps of data mining and data processing. After completing this module, you will be thorough with the preliminary steps of predictive analytics.

Inclus

4 vidéos4 lectures4 devoirs1 sujet de discussion

In this module, you will be able to develop your base for advanced predictive analytics through basic tools like correlation and regression. This module helps you differentiate between these two terms and acquaints you with how correlation measures the degree of association between two variables, whereas regression tells us about the functional relationship among the variables. In this module, you will be learning how to compute correlation coefficient, simple linear regression, and multiple linear regression for a given data set with the help of statistical software for social sciences. Finally, this module will cover the basic assumptions of multiple linear regression and help you test the significance of the correlation coefficient.

Inclus

5 vidéos4 lectures4 devoirs

In this module, you will be introduced to naïve Bayes classification. One of the most common predictive analytics models is the classification model. This module also introduces you to how these models work by categorizing information based on historical data. This module will help you understand how classification predicts the categorical class (or discrete values), whereas regression and other models predict continuous valued functions.

Inclus

4 vidéos4 lectures4 devoirs

In this module, you will be continuing with classification modeling. This module will introduce you to the k nearest neighbors. This module will help you apply the k nearest neighbors method to business problems. This module will further explain the working of k nearest neighbors. After going through this module, you will be able to run k nearest neighbors in RStudio.

Inclus

4 vidéos4 lectures4 devoirs1 sujet de discussion

This assessment is a graded quiz based on the modules covered in this week.

Inclus

1 devoir

In this module, you will learn about logistic regression. When you are interested in predicting the likelihood of an event, the most widely used classification method is logistic regression. When the classification problem at hand is binary, true or false, and yes or no, then you use logistic regression-based classification.

Inclus

4 vidéos4 lectures4 devoirs

In this module, you will learn about discriminant analysis. When you know the groups a priori, the classification method used is discriminant analysis. This module will help you run discriminant analysis binomial and multinomial categorical variables.

Inclus

4 vidéos4 lectures4 devoirs1 sujet de discussion

This assessment is a graded quiz based on the modules covered in this week.

Inclus

1 devoir

In this module, you will learn about decision trees. When there is non-linear data in hand for classification, the classification method that is used preferably is the decision tree. Their most important feature is the capability of capturing descriptive decision-making knowledge from the supplied data. This module will make you familiar with the concept of information gain and entropy. This module will further help you create the decision tree for business problems.

Inclus

4 vidéos4 lectures4 devoirs

In this module, you will learn about neural networks. This module gives you an insight into how you can use a neural network when you have so much data with you (and computational power, of course), and accuracy matters the most to you. If it comes to predictive accuracy, then neural network–based classification models are the ones that are preferred.

Inclus

4 vidéos4 lectures4 devoirs

In this module, you will learn about the important steps of dimension reduction. In data mining, one often encounters situations where there are a large number of variables in the database. Even when the initial number of variables is small, this set quickly expands in the data preparation step, where new derived variables are created, for instance, dummies for categorical variables and new forms of existing variables. In such situations, it is likely that subsets of variables are highly correlated with each other. Including highly correlated variables in a classification or prediction model or including variables that are unrelated to the outcome of interest can lead to overfitting, and accuracy and reliability can suffer.

Inclus

4 vidéos4 lectures4 devoirs

In this module, you will learn how clustering refers to the grouping of records, observations, or cases into classes of similar objects. You will get insights into how a cluster is a collection of records that are similar to one another and dissimilar to records in other clusters. In this module, you will be able to understand distance measures and how different types of distance measures are used in clustering. You will also be introduced to the quality and an optimal number of clusters, and the various types of clustering methods, such as hierarchical clustering, single-linkage clustering, and complete-linkage clustering. Finally, you will learn about dendrograms, displaying the clustering process and results, and the limitations of hierarchical clustering.

Inclus

4 vidéos4 lectures4 devoirs1 sujet de discussion

This assessment is a graded quiz based on the modules covered in this week.

Inclus

1 devoir

In this module, you will be introduced to non-hierarchical clustering: the K-means clustering algorithm, its computation process, and its advantages. You will also learn to determine the correct number of clusters. Finally, you will be able to give the interpretation of clusters and market segmentation using conjoint analysis.

Inclus

4 vidéos4 lectures4 devoirs

In this module, you will learn how to use rule base machine learning models to analyze and discover interesting connections, patterns, and relationships between different item sets based on large volume transaction data. This module will give you an insight into how association rule mining measures the strength of co-occurrence between one item and another. The objective of this rule base data mining algorithm is not to predict an occurrence of an item, like classification or regression do, but to find usable patterns in the co-occurrences of the items. You will also learn about association rules learning, which is a branch of an unsupervised learning process that discovers hidden patterns in data, in the form of easily recognizable rules.

Inclus

4 vidéos4 lectures4 devoirs1 sujet de discussion

This assessment is a graded quiz based on the modules covered in this week.

Inclus

1 devoir

This module describes the learning objectives, assignment brief, review criteria, grading criteria, and submission instructions for the Staff Graded Team Assignment for the course.

Inclus

1 vidéo

Obtenez un certificat professionnel

Ajoutez ce titre à votre profil LinkedIn, à votre curriculum vitae ou à votre CV. Partagez-le sur les médias sociaux et dans votre évaluation des performances.

Préparer un diplôme

Ce site cours fait partie du (des) programme(s) diplômant(s) suivant(s) proposé(s) par O.P. Jindal Global University. Si vous êtes admis et que vous vous inscrivez, les cours que vous avez suivis peuvent compter pour l'apprentissage de votre diplôme et vos progrès peuvent être transférés avec vous.¹

 

Instructeur

Krishan Kumar Pandey
O.P. Jindal Global University
2 Cours103 apprenants

Offert par

Pour quelles raisons les étudiants sur Coursera nous choisissent-ils pour leur carrière ?

Felipe M.
Étudiant(e) depuis 2018
’Pouvoir suivre des cours à mon rythme à été une expérience extraordinaire. Je peux apprendre chaque fois que mon emploi du temps me le permet et en fonction de mon humeur.’
Jennifer J.
Étudiant(e) depuis 2020
’J'ai directement appliqué les concepts et les compétences que j'ai appris de mes cours à un nouveau projet passionnant au travail.’
Larry W.
Étudiant(e) depuis 2021
’Lorsque j'ai besoin de cours sur des sujets que mon université ne propose pas, Coursera est l'un des meilleurs endroits où se rendre.’
Chaitanya A.
’Apprendre, ce n'est pas seulement s'améliorer dans son travail : c'est bien plus que cela. Coursera me permet d'apprendre sans limites.’
Coursera Plus

Ouvrez de nouvelles portes avec Coursera Plus

Accès illimité à 10,000+ cours de niveau international, projets pratiques et programmes de certification prêts à l'emploi - tous inclus dans votre abonnement.

Faites progresser votre carrière avec un diplôme en ligne

Obtenez un diplôme auprès d’universités de renommée mondiale - 100 % en ligne

Rejoignez plus de 3 400 entreprises mondiales qui ont choisi Coursera pour les affaires

Améliorez les compétences de vos employés pour exceller dans l’économie numérique

Foire Aux Questions