Learn to turn data into actionable insights with Predictive Analytics for Digital Transformation. This hands-on course equips you with Python skills, predictive modeling techniques, and analytics strategies to drive innovation and efficiency in digital transformation with Dartmouth Thayer School of Engineering faculty Vikrant Vaze and Reed Harder.
通过 Coursera Plus 提高技能,仅需 239 美元/年(原价 399 美元)。立即节省

推荐体验
推荐体验
中级
Basic knowledge of Python
Complete Dartmouth's 2-week Introduction to Digital Transformation course
推荐体验
推荐体验
中级
Basic knowledge of Python
Complete Dartmouth's 2-week Introduction to Digital Transformation course
您将获得的技能
要了解的详细信息

添加到您的领英档案
18 项作业
了解顶级公司的员工如何掌握热门技能

积累特定领域的专业知识
- 向行业专家学习新概念
- 获得对主题或工具的基础理解
- 通过实践项目培养工作相关技能
- 获得可共享的职业证书

该课程共有9个模块
Welcome to Predictive Analytics for Digital Transformation. This course is part of the Digital Transformation for Data Analytics Certificate. It is designed to equip you with the tools and knowledge to transform raw data into actionable insights. Whether you want to enhance organizational efficiency, improve customer experiences, or innovate within your field, this course provides the foundational skills to leverage predictive analytics effectively. Throughout this course, you will explore the theoretical underpinnings and practical applications of predictive analytics, starting with linear and logistic regression and advancing to more complex models and techniques. Using Python and cloud-based tools, you'll gain hands-on experience in building, training, and evaluating models that solve real-world business challenges. Topics include diagnosing model performance issues like overfitting and underfitting, selecting appropriate features, and working with skewed datasets. You’ll also explore advanced modeling techniques and cross-validation methods to ensure your models are generalizable and robust. Guided by Drs. Vikrant Vaze and Reed Harder, you’ll complete practical activities, reflection exercises, and case-based projects designed to simulate real-world scenarios. Along the way, you’ll learn to integrate analytics into digital transformation initiatives, empowering you to lead data-driven innovations in your industry. Whether you're a seasoned professional or new to the field, this course will challenge you to think critically, code effectively, and apply your skills to meaningful, data-centric problems.
涵盖的内容
2个视频9篇阅读材料2个作业2个非评分实验室
2个视频• 总计8分钟
- Course Welcome • 3分钟
- Introduction to Using Notebooks• 6分钟
9篇阅读材料• 总计64分钟
- Course Welcome• 10分钟
- Note on Course Order• 5分钟
- Who Is Teaching the Course?• 5分钟
- Course Goals• 3分钟
- Assessment and Certificate Completion• 1分钟
- Readings and Resources• 10分钟
- Navigating Coursera & Finding Help• 10分钟
- Activities to do this week• 10分钟
- Professional Development: Preparing for Soft Infrastructure and Non-Cognitive Skills Activities• 10分钟
2个作业• 总计75分钟
- Getting Started • 15分钟
- Professional Development: Ethical Leadership in Digital Transformation• 60分钟
2个非评分实验室• 总计120分钟
- Introduction to Using Notebooks• 60分钟
- Python Pre-Work Notebook• 60分钟
You may have heard the analogies “Data is the new oil,” and “Analytics is the combustion engine.” What is meant by these comparisons? In the digital transformation era, traditional companies seek to gather, refine, and mathematically study all kinds of available information, from customer demographics to operational metrics, to reimagine business models and processes for the 21st century. Indeed, quality data is the fuel that drives organizational decision-making! In this module, you will get hands-on practice with two key predictive analytics tools, regression, and classification, and learn how to create mathematical models representative of business situations. We’ll conclude with instructions on implementing the models in code using Scikit-learn, a common Python library for machine learning.
涵盖的内容
2个视频4篇阅读材料2个作业2个非评分实验室
2个视频• 总计11分钟
- What is Predictive Analytics?• 5分钟
- Supervised Learning for Predictive Analytics• 6分钟
4篇阅读材料• 总计40分钟
- Unit Introduction• 10分钟
- Activities This Unit• 10分钟
- What Is Predictive Analytics?• 10分钟
- Supervised Learning for Predictive Analytics • 10分钟
2个作业• 总计60分钟
- Knowledge Check• 30分钟
- Professional Development: Decision-Making Under Uncertainty• 30分钟
2个非评分实验室• 总计120分钟
- Loading and Plotting Data• 60分钟
- Loading and Plotting Data - Exercise• 60分钟
In this unit, we build our first predictive model using linear regression, a fundamental and powerful method in supervised learning. To illustrate its application, we return to our airfare prediction example: an airline collects historical data to predict the average airfare for a new route based on its distance. We aim to determine the line that best fits the data, minimizing the difference between predicted and actual fares. This process introduces the model training objective, where we optimize parameters (e.g., slope and intercept) by minimizing an error function. We'll explore how the gradient descent algorithm, a versatile and iterative optimization method, achieves this. Linear regression is a cornerstone of digital transformation, enabling organizations to derive actionable insights from data. For example, the healthcare industry can predict patient outcomes based on variables like age, medical history, and treatment options, driving more personalized care. Similarly, businesses can forecast sales in retail based on historical purchasing trends, inventory levels, and seasonal factors, enabling smarter supply chain management. Industries are transforming operations, decision-making, and customer experiences by integrating models like this.
涵盖的内容
3个视频5篇阅读材料2个作业4个非评分实验室
3个视频• 总计17分钟
- Linear Regression Model• 5分钟
- Model Training–Objective• 6分钟
- Model Training–Algorithm• 7分钟
5篇阅读材料• 总计50分钟
- Unit Introduction• 10分钟
- Activities This Unit• 10分钟
- Linear Regression Model• 10分钟
- Model Training–Objective• 10分钟
- Model Training–Algorithm• 10分钟
2个作业• 总计60分钟
- Unit Knowledge Check• 30分钟
- Professional Development: Agile Methodologies for Digital Teams• 30分钟
4个非评分实验室• 总计240分钟
- Linear Regression• 60分钟
- Model Training–Objective• 60分钟
- Model Training–Algorithm• 60分钟
- End of Module Case Study - Linear Regression• 60分钟
In this unit, we deepen our understanding of predictive analytics by exploring more complex models and concepts that enhance decision-making through digital transformation. Building on our foundation in linear regression, we will expand into multivariate linear regression, where multiple features contribute to predictions, reflecting the multifaceted nature of real-world data. We will also introduce classification models, which predict discrete outcomes rather than continuous ones. Using practical examples like hospital readmission prediction, we’ll see how these models can address critical questions such as whether a patient is likely to be readmitted. Additional scenarios, such as predicting flight delays, customer behavior, or tumor diagnoses, will further demonstrate the power of classification. To effectively build and refine these models, we will introduce three essential concepts: feature transformation, feature selection, and overfitting. These techniques help answer pivotal questions about which features to include, how to transform data for optimal results, and how to avoid overly complex models that fail to generalize. We will understand the trade-offs and risks in creating robust supervised learning models by applying these ideas to previously explored examples, such as airfare prediction and hospital readmissions.
涵盖的内容
4个视频6篇阅读材料2个作业4个非评分实验室
4个视频• 总计28分钟
- Multivariate Linear Regression Model • 7分钟
- Probability Basics• 8分钟
- Logistic Regression• 7分钟
- Feature Selection• 6分钟
6篇阅读材料• 总计60分钟
- Unit Introduction• 10分钟
- Activities This Unit• 10分钟
- Multivariate Linear Regression Model • 10分钟
- Probability Basics• 10分钟
- Logistic Regression• 10分钟
- Feature Selection• 10分钟
2个作业• 总计90分钟
- Unit Knowledge Check• 30分钟
- Professional Development: Facilitating Productive Virtual Meetings in Digital Transformation & Data Analytics• 60分钟
4个非评分实验室• 总计240分钟
- Mutivariate Linear Regression Model• 60分钟
- Probability Basics• 60分钟
- Logistic Regression• 60分钟
- Feature Selection• 60分钟
In this unit, we bridge the gap between foundational predictive analytics and practical implementation in modern digital transformation contexts. We begin by exploring Predictive Analytics in Python, where we leverage Python’s powerful libraries to build, train, and evaluate regression and classification models. Through hands-on exercises, you’ll learn how to process data, apply linear and logistic regression, and visualize results effectively. Next, we extend our focus to Linear Regression on the Cloud, demonstrating how cloud platforms enable scalable, efficient training of regression models on large datasets. You’ll gain practical experience in using cloud-based tools and services to handle real-world data challenges, such as forecasting trends and optimizing resource allocation. We also delve into Logistic Regression on the Cloud, emphasizing its applications in predicting discrete outcomes. By hosting and training logistic regression models in a cloud environment, we unlock the ability to process high-volume, real-time data, essential for tasks like customer behavior prediction, fraud detection, and healthcare analytics. Throughout the unit, we’ll highlight the role of predictive analytics in digital transformation, showing how cloud computing and Python empower organizations to make data-driven decisions.
涵盖的内容
2个视频3篇阅读材料2个作业3个非评分实验室
2个视频• 总计15分钟
- Linear Regression Review• 10分钟
- Logistic Regression on the Cloud• 5分钟
3篇阅读材料• 总计30分钟
- Unit Introduction• 10分钟
- Readings and Resources• 10分钟
- Activities This Week• 10分钟
2个作业• 总计90分钟
- Unit Knowledge Check• 30分钟
- Professional Development: Change Management for Digital Transformation• 60分钟
3个非评分实验室• 总计180分钟
- Linear Regression Review• 60分钟
- Logistic Regression Review• 60分钟
- End of Module Case Study - Ecommerce Analysis• 60分钟
Now that you are able to translate various business situations into predictive analytics models, the next challenge is to choose which model will best perform for the task at hand. Model choices may vary depending on the nature of your project, such as the requirements and constraints of the stakeholders, the time and resources available, and the availability of data. In this module, we will introduce more advanced modeling techniques which will aid the effective use of different kinds of datasets, and allow you to evaluate and improve your models in a way that incorporates the risk and uncertainty that is inherent in any real-world situation. Hands-on practice in Python to implement these advanced models will enhance your coding skills.
涵盖的内容
3个视频5篇阅读材料2个作业3个非评分实验室
3个视频• 总计22分钟
- Regularization• 7分钟
- Neural Networks Terminology• 7分钟
- Neural Networks Variations• 8分钟
5篇阅读材料• 总计50分钟
- Unit Introduction• 10分钟
- Activities This Unit• 10分钟
- Regularization• 10分钟
- Neural Networks Terminology• 10分钟
- Neural Networks Variations• 10分钟
2个作业• 总计60分钟
- Knowledge Check: Training Advanced Models • 30分钟
- Professional Development: Managing Interdisciplinary Teamwork in Digital Transformation• 30分钟
3个非评分实验室• 总计180分钟
- Regularization• 60分钟
- Neural Networks Terminology• 60分钟
- Neural Networks Variations• 60分钟
In this unit, we bring together the key concepts and techniques of predictive analytics to build robust, generalizable models that address real-world challenges. We start by diagnosing two critical issues—overfitting and underfitting—which can significantly impact a model’s performance. Using diagnostic tools, we will explore how to systematically identify and mitigate these problems to enhance model accuracy and reliability. Next, we introduce cross-validation, a powerful method to ensure models perform well on unseen data. By dividing data into training, validation, and test sets, we’ll learn how to make informed decisions about features, model complexity, and regularization parameters. This approach ensures that the predictive analytics models we develop are optimized for generalizability, a key requirement for leveraging digital transformation technologies effectively. We also tackle the challenges posed by skewed datasets, especially in classification problems with binary labels. Through practical examples, we’ll understand why standard metrics like misclassification error may fall short in such scenarios. To address this, we’ll introduce more nuanced evaluation metrics—precision, recall, and F-score—and demonstrate how to balance these measures by adjusting decision thresholds. By the end of this unit, you’ll have a comprehensive understanding of how to diagnose and refine predictive analytics models.
涵盖的内容
3个视频5篇阅读材料2个作业4个非评分实验室
3个视频• 总计24分钟
- Model Selection and Cross Validation• 8分钟
- Model Diagnostics • 7分钟
- Working with Skewed Data• 9分钟
5篇阅读材料• 总计50分钟
- Unit Introduction• 10分钟
- Activities This Week• 10分钟
- Model Selection and Cross Validation• 10分钟
- Model Diagnostics • 10分钟
- Working with Skewed Data• 10分钟
2个作业• 总计60分钟
- Knowledge Check• 30分钟
- Professional Development: Strengthening Adaptability to New Tech Trends• 30分钟
4个非评分实验室• 总计240分钟
- Model Selection and Cross Validation• 60分钟
- Model Diagnostics • 60分钟
- Working with Skewed Data• 60分钟
- Neural Network and Cross Validation• 60分钟
In this unit, we take a significant step forward in predictive analytics by exploring the application of neural networks for both regression and classification tasks. Neural networks offer powerful capabilities for capturing complex patterns in data, making them an essential tool for digital transformation across industries. By leveraging the scalability and efficiency of cloud platforms, we will learn to build, train, and evaluate neural network models capable of addressing real-world challenges. We begin by revisiting familiar datasets, such as expanded versions of the readmission dataset for classification and the market size dataset for regression. Through these examples, we’ll explore how neural networks handle continuous and discrete predictions, enabling us to address diverse business problems. To optimize model performance, we’ll incorporate techniques like cross-validation to fine-tune hyperparameters, such as regularization, and understand how these choices impact the trade-off between underfitting and overfitting. The unit also introduces advanced diagnostics to evaluate model performance, using metrics such as mean absolute error and mean squared error for regression, and confusion matrices for classification tasks with skewed datasets. These metrics help us refine our models and ensure their robustness. Additionally, we will tackle common data preparation challenges, such as handling missing or erroneous data, merging datasets, and transforming categorical variables into usable formats. Finally, we delve into practical examples, such as predicting flight delays, to illustrate the end-to-end workflow of cleaning, processing, and modeling data with neural networks. By iterating through models of varying complexity—linear, quadratic, and cubic—we’ll identify how to balance complexity and generalizability to avoid overfitting. By the end of this unit, you will have a comprehensive understanding of how to implement and evaluate neural networks in cloud environments, preparing you to harness their full potential for data-driven decision-making.
涵盖的内容
2个视频2篇阅读材料2个作业3个非评分实验室
2个视频• 总计14分钟
- Neural Networks on the Cloud• 7分钟
- Model Diagnostics and Skewed Data Revisited• 7分钟
2篇阅读材料• 总计20分钟
- Unit Introduction• 10分钟
- Activities This Week• 10分钟
2个作业• 总计90分钟
- Knowledge Check• 30分钟
- Professional Development: Coping with Failure & Learning from Mistakes• 60分钟
3个非评分实验室• 总计180分钟
- Neural Networks on the Cloud• 60分钟
- Model Diagnostics and Skewed Data Revisited• 60分钟
- Cleaning and Preparing Data • 60分钟
The final unit of this course is a practicum that serves as a mini-capstone project, allowing you to consolidate your learning and demonstrate mastery of the tools and techniques introduced throughout the course. This project is your opportunity to apply predictive analytics, cloud-based tools, and data science methodologies to a practical business problem, providing actionable insights that align with digital transformation initiatives. You will select a dataset and problem of interest—either from your own professional or academic context or from one of the structured scenarios provided. Using your analytics toolbox, you will explore, analyze, and develop a data-driven solution to inform strategic and operational decisions. This hands-on project will challenge you to: -Frame a business problem in terms of predictive analytics. -Develop and evaluate models, leveraging tools like Scikit-learn, neural networks, or optimization techniques. -Diagnose model performance, validate results, and provide implementable recommendations. -Translate your findings into a technical report with a comprehensive executive summary tailored to stakeholders.
涵盖的内容
4篇阅读材料2个作业2个非评分实验室
4篇阅读材料• 总计40分钟
- Unit Introduction• 10分钟
- Readings and Resources• 10分钟
- Activities This Unit• 10分钟
- Next Steps• 10分钟
2个作业• 总计90分钟
- Exit Ticket• 30分钟
- Professional Development: Branding & Reputation Management in the Digital Transformation Landscape• 60分钟
2个非评分实验室• 总计120分钟
- Case Study: Handwriting Recognition• 60分钟
- Case Study: Real Estate Analysis• 60分钟
获得职业证书
将此证书添加到您的 LinkedIn 个人资料、简历或履历中。在社交媒体和绩效考核中分享。
提供方

提供方

Founded in 1769, Dartmouth is a member of the Ivy League and consistently ranks among the world’s greatest academic institutions. Dartmouth has forged a singular identity for combining its deep commitment to outstanding undergraduate liberal arts and graduate education with distinguished research and scholarship in the Arts and Sciences and its four leading graduate schools—the Geisel School of Medicine, the Guarini School of Graduate and Advanced Studies, Thayer School of Engineering, and the Tuck School of Business.
从 Data Analysis 浏览更多内容
DDartmouth College
课程
OO.P. Jindal Global University
课程
UUniversity of Pennsylvania
课程
UUniversity of Minnesota
课程
人们为什么选择 Coursera 来帮助自己实现职业发展

Felipe M.

Jennifer J.

Larry W.

Chaitanya A.
常见问题
To access the course materials, assignments and to earn a Certificate, you will need to purchase the Certificate experience when you enroll in a course. You can try a Free Trial instead, or apply for Financial Aid. The course may offer 'Full Course, No Certificate' instead. This option lets you see all course materials, submit required assessments, and get a final grade. This also means that you will not be able to purchase a Certificate experience.
When you enroll in the course, you get access to all of the courses in the Specialization, and you earn a certificate when you complete the work. Your electronic Certificate will be added to your Accomplishments page - from there, you can print your Certificate or add it to your LinkedIn profile.
Yes. In select learning programs, you can apply for financial aid or a scholarship if you can’t afford the enrollment fee. If fin aid or scholarship is available for your learning program selection, you’ll find a link to apply on the description page.
更多问题
提供助学金,



