We may earn an affiliate commission when you visit our partners.
Course image
László Bognár

Course Title: Machine Learning Basics with Minitab

Course Description:

This comprehensive course is designed to provide a detailed understanding of the basics of machine learning using Minitab, with a focus on supervised learning. The course covers the fundamental concepts of regression analysis and binary logistic classification, including how to evaluate models and interpret results. The course also covers tree-based models for binary and multinomial classification.

Read more

Course Title: Machine Learning Basics with Minitab

Course Description:

This comprehensive course is designed to provide a detailed understanding of the basics of machine learning using Minitab, with a focus on supervised learning. The course covers the fundamental concepts of regression analysis and binary logistic classification, including how to evaluate models and interpret results. The course also covers tree-based models for binary and multinomial classification.

The course begins with an introduction to machine learning, where students will gain an understanding of what machine learning is, the different types of machine learning, and the difference between supervised and unsupervised learning. This is followed by an overview of the basics of supervised learning, including how to learn, the different types of regression, and the conditions that must be met to use regression models in machine learning versus classical statistics.

The course then delves into regression analysis in detail, covering the different types of regression models and how to use Minitab to evaluate them. This includes a thorough explanation of statistically significant predictors, multicollinearity, and how to handle regression models that include categorical predictors, including additive and interaction effects. Students will also learn how to make predictions for new observations using confidence intervals and prediction intervals.

Next, the course moves onto model building, where students will learn how to handle regression equations with "wrong" predictors and use stepwise regression to find optimal models in Minitab. This includes an overview of how to evaluate models and interpret results.

The course then shifts to binary logistic regression, which is used for binary classification. Students will learn how to evaluate binary classification models, including good fit metrics such as the ROC curve and AUC. They will also use Minitab to analyze a heart failure dataset using binary logistic regression.

The course then covers classification trees, including an overview of node splitting methods such as splitting by misclassification rate, Gini impurity, and entropy. Students will learn how to predict class for a node and evaluate the goodness of the model using misclassification costs, ROC curve, Gain chart, and Lift chart for both binary and multinomial classification.

Finally, the course covers the concept and use of predefined prior probabilities and input misclassification costs, and how to build a tree using Minitab. Throughout the course, students will gain hands-on experience applying the concepts learned in real-world scenarios.

Overall, this course provides a thorough understanding of machine learning basics using Minitab, with a focus on supervised learning, regression analysis, and classification. Upon completion of this course, students will have the knowledge and skills to apply supervised machine learning techniques to real-world data problems.

Enroll now

What's inside

Learning objectives

  • You will learn the fundamentals of machine learning with a focus on practical applications using minitab.
  • You will also learn how to apply these techniques to real world problems in a wide variety of application areas.
  • This hands-on approach will give you the confidence and skills you need to succeed in a career in data analysis or machine learning.
  • By the end of the course, you'll be able to build and implement regression and classification models and gain a deep understanding of their underlying concepts.

Syllabus

Predicting the response value for a new observation is the ultimate goal of setting up regression models. If we have built a good model, checked the goodness of that model on a subset of our available data set that we have not used to train the model, we can reasonably expect that our prediction will be "accurate" for a new, unseen observation. The way of this prediction is explained here.

Read more

When setting up machine learning models, we want the model to be neither underfitted nor overfitted, but optimal, or in other words "just right". The Stepwise Regression procedure is one of the so-called predictor selection algorithms that can be used to arrive at the optimal model.

This introductory video details the workflow of machine learning methods.

In this lesson we will learn more about the common linear and polynomial models including how they work and how they're trained.

This lesson is about how to compare different models to choose the most appropriate one from the several possible models.

In classical statistics  there are some strict conditions imposed to construct a reliable model. In this lesson, we will discuss which of these conditions may be less strict when building machine learning models, and why.

Often a researcher has a large set of candidate predictor variables from which to try to identify the most appropriate predictors to include in the regression model.

In this lesson, we summarize the consequences of choosing one of the many possible models that "in some sense" has the wrong predictors.

When building a good regression model, it is important to know which predictors are included in the final model, which ones are not important and which ones might even degrade the performance of the model. One means of selecting important and necessary predictors is to test whether a predictor is statistically significant. This concept is discussed here.

This lesson is about what is the method, what is the trick to achieve to include qualitative, or in other words categorical, variables in your regression model.

In the previous lesson, we clarified how to set up and interpret a regression model that includes a categorical variable, but where there is no interaction between the numeric and categorical variables. In this lesson, we consider the interaction case.

Multicollinearity exists when two or more predictors in a regression model are moderately or strongly correlated. In this lesson we discuss how to handle this situation when building a model.

The Auto-mpg worksheet, a data file often used in the statistical literature, contains characteristic data for nearly 400 cars. The aim of the example is to set up and evaluate different models to predict consumption. This example consists of two parts, this video contains the first part.

The Auto-mpg worksheet, a data file often used in the statistical literature, contains characteristic data for nearly 400 cars. The aim of the example is to set up and evaluate different models to predict consumption. This example consists of two parts, this video contains the second part.

In this lesson we discuss the basic idea and applications of regression trees.

This example presents a predictive model using a regression tree to predict demand for bike sharing. This video is the first part of the example.

This example presents a predictive model using a regression tree to predict demand for bike sharing. This video is the second part of the example.

In data analysis, when individual sample items can be classified into different categories based on their properties, so-called classification models can be used.

This lesson will discuss binary logistic regression as one of the most popular classification methods.

In the previous video, we introduced the concept of the Confusion Matrix, which is the starting point for judging the goodness of fit of binary classification models, not only for logistic regression, but for all binary classification methods. Several measures and graphs can be constructed using the Confusion Matrix. These measures and graphs are discussed here.

In this lesson, we analyze a dataset of 299 patients with heart failure. This video is the first part of the example.

In this lesson, we analyze a dataset of 299 patients with heart failure. This video is the second part of the example.

The basic idea of constructing classification trees is similar to the one already presented for regression trees. The difference compared to regression trees is that here the possible values of the response variable are not numbers but categorical values, i.e., labels for different classes. This concept is introduced here.

This lesson is about the splitting criteria of a tree node and some basic concepts of node splitting.

The Gini Impurity and the Entropy measures are discussed here.

A special question is which class to assign to each Terminal node after the best partitioning of the nodes. This class is called the predicted class for that node. After completing this lesson students can understand why a certain class is assigned to a given node.

There are several characteristic figures and metrics that help us to judge and quantify the goodness of a model. The Model Misclassification Cost is the most typical metric. The most used charts are the ROC curve, the Gain chart, and the Lift chart.

Here students will be familiar with the concept of the Model Misclassification Cost.

There are several characteristic figures and metrics that help us to judge and quantify the goodness of a model. The Model Misclassification Cost is the most typical metric. The most used charts are the ROC curve, the Gain chart, and the Lift chart.

Here the students will be familiar with the ROC curve, the Gain chart and the Lift chart in the case of binary classification.

There are several characteristic figures and metrics that help us to judge and quantify the goodness of a model. The Model Misclassification Cost is the most typical metric. The most used charts are the ROC curve, the Gain chart, and the Lift chart.

Here the students will be familiar with the ROC curve, the Gain chart and the Lift chart in the case of multinomial classification.

There are cases when our sampling is not random, we deviate from this deliberately. In this case, we do not estimate the population probabilities from the sample, but provide as input data the population probabilities associated with each classification class.

Here the students learn how to interpreted these prior probabilities and how to use it in model building.

Having clarified the details of model building, this lesson summarizes how the process of growing a classification tree is done, and how to find the optimal tree.

At the end of this section, students will be able to use Minitab to build classification trees for practical applications such as maintenance of machines. This lesson is the first part of the example.

At the end of this section, students will be able to use Minitab to build classification trees for practical applications such as maintenance of machines. This lesson is the second part of the example.

A data analysis project starts with getting to know the data file you want to use, and the variables stored in it. Once we have familiarized ourselves with the data file, we start cleaning the data. This 1 million-row real-world data file is a rather large and complex collection of different type of variables so this process will continue in the next lessons.

In this lesson we continue the cleaning of the data table. There may be some trips where the original values of the variables in the data table look good, but when we examine a new variable of interest that we have created from them, we find that the original data cannot be coherent, so we must also declare these trips as false.

In this lesson, we will try whether we can discover new features using existing variables in the existing data file that can help us build our machine learning model.

In this lesson we learn how to build a model that includes higher power members of the predictors.

There is still room to improve the prediction capability of a polynomial regression model with only numerical predictor variables. In this lesson we try to use the product of some predictor members of the model as new predictor variable.

In this lesson, we will look at how to include variables in the model whose values are not numbers but indicate membership of a category.

In this lesson we set up our final model for both the Duration of the trip and the Total Charge to be paid. Here we only mean the final model without validation.

In this lesson we understand the problem of underfitting and overfitting for a regression model.

Here we will use Minitab's Stepwise procedure, its version of Forward selection with validation, to select the predictors of the "Just Right" model.

A more detailed error analysis is taught here.

In this video, we are looking at the Total Charge response variable prediction model.

A more detailed analysis of the magnitude of the errors associated with the forecasts requires further detailed calculations.

In this video we will see if regression tree models can be used to build better models than the multivariate linear models presented earlier.

In this project, for an undergraduate Statistics course currently running, we want to predict at an intermediate point in the course which students will successfully complete the course, and which are at risk of failure.

Here we set up a classification tree model to predict student success.

Traffic lights

Read about what's good
what should give you pause
and possible dealbreakers
Provides hands-on experience with Minitab, which is valuable for professionals seeking to apply machine learning techniques in their workflows
Begins with an introduction to machine learning, which helps learners understand the differences between supervised and unsupervised learning
Covers regression analysis in detail, including statistically significant predictors and multicollinearity, which are essential for building robust models
Explores binary logistic regression, which is used for binary classification, and teaches how to evaluate models using ROC curves and AUC
Covers classification trees, including node splitting methods and model evaluation using misclassification costs, ROC curve, Gain chart, and Lift chart
Requires learners to use Minitab, which may require a license or subscription, potentially posing a barrier to entry for some students

Save this course

Create your own learning path. Save this course to your list so you can find it easily later.
Save

Reviews summary

Practical machine learning basics with minitab

According to learners, this course provides a solid introduction to machine learning fundamentals using Minitab. It covers core supervised learning techniques like regression and classification trees with a focus on practical application. The hands-on examples and exercises using real-world data are particularly helpful. However, the course is specifically focused on Minitab and may be too basic for those with existing ML knowledge or who prefer other tools like Python or R .
Uses Minitab exclusively for all tasks.
"This course is strictly Minitab-based, which is exactly what I was looking for."
"If you're expecting to learn ML with Python or R, this isn't the course for you."
"It's great if you already use or plan to use Minitab in your work."
Good overview of core supervised ML methods.
"I got a good introduction to regression and classification concepts."
"The course clearly explained the basics of supervised learning algorithms."
"It covers the fundamental ML models effectively for beginners."
Reinforce learning with real-world examples.
"Working with real data files and examples was very useful."
"The exercises helped me solidify my understanding of the concepts."
"I appreciated the step-by-step Minitab demonstrations on actual datasets."
Learn to apply ML models directly in Minitab.
"It was helpful to see how ML models work directly in Minitab."
"Using Minitab for predictive analytics was straightforward with the course examples."
"As a Minitab user, this course made ML accessible and practical for my needs."
Suitable for beginners in machine learning.
"It's a good starting point for someone completely new to ML."
"The course is very much an introduction to the basic concepts and tools."
"Experienced ML users might find the content too simple or basic."

Activities

Be better prepared before your course. Deepen your understanding during and after it. Supplement your coursework and achieve mastery of the topics covered in Machine Learning with Minitab Predictive Analytics with these activities:
Review Statistical Concepts
Reinforce your understanding of fundamental statistical concepts to better grasp the machine learning techniques used in the course.
Browse courses on Regression Analysis
Show steps
  • Review basic statistical definitions.
  • Work through practice problems.
  • Identify areas of weakness.
Read 'An Introduction to Statistical Learning'
Supplement your understanding of machine learning concepts with a widely respected textbook.
Show steps
  • Read the chapters on regression and classification.
  • Work through the examples in the book.
  • Compare the book's approach to the course material.
Practice Regression Analysis with Datasets
Solidify your regression analysis skills by working through practical exercises with various datasets.
Show steps
  • Find datasets suitable for regression analysis.
  • Apply different regression models using Minitab.
  • Evaluate the models and interpret the results.
Four other activities
Expand to see all activities and additional details
Show all seven activities
Create a Blog Post on Model Evaluation
Deepen your understanding of model evaluation by writing a blog post explaining different evaluation metrics and techniques.
Show steps
  • Research different model evaluation metrics.
  • Write a clear and concise blog post.
  • Include examples and visualizations.
Build a Predictive Model for a Real-World Problem
Apply your machine learning skills to solve a real-world problem by building a predictive model using Minitab.
Show steps
  • Identify a real-world problem.
  • Gather and prepare the data.
  • Build and evaluate a predictive model.
  • Document your project and findings.
Read 'The Elements of Statistical Learning'
Expand your knowledge with a more advanced textbook on statistical learning.
Show steps
  • Read the relevant chapters.
  • Focus on the mathematical details.
  • Compare the book's approach to the course.
Create a Presentation on a Machine Learning Technique
Consolidate your understanding by creating a presentation explaining a specific machine learning technique covered in the course.
Show steps
  • Choose a machine learning technique.
  • Research the technique in detail.
  • Create a clear and engaging presentation.
  • Practice your presentation skills.

Career center

Learners who complete Machine Learning with Minitab Predictive Analytics will develop knowledge and skills that may be useful to these careers:
Predictive Modeler
A predictive modeler builds and implements statistical models to forecast future outcomes based on historical data. This Machine Learning with Minitab course can directly benefit a predictive modeler by teaching them how to utilize machine learning for enhanced predictions. The course's coverage of regression analysis, binary logistic classification, and classification trees helps refine skills. The ability to use Minitab may be particularly useful.
Data Scientist
A data scientist uses statistical methods and machine learning techniques to analyze data, extract insights, and develop predictive models. This Machine Learning with Minitab course can benefit someone in this role, as it helps build a foundation for understanding machine learning concepts, especially supervised learning, regression analysis, and binary logistic classification, all of which data scientists use to solve complex problems. The course's focus on model evaluation and interpretation including ROC curves helps data scientists to validate models. In particular, the hands-on examples in Minitab could be useful.
Credit Risk Modeler
A credit risk modeler develops and implements models to assess the creditworthiness of borrowers and manage credit risk. This Machine Learning with Minitab course can be valuable, because it equips modelers with machine learning techniques for credit scoring and risk assessment. The course's focus on binary logistic regression, model evaluation using ROC curves, and the handling of categorical predictors can be applied to predict loan defaults and optimize lending decisions. The hands-on experience with Minitab enables modelers to implement these techniques in practice.
Data Analyst
A data analyst collects, processes, and performs statistical analyses of data. They often create visualizations and reports to communicate their findings. This course, Machine Learning with Minitab Predictive Analytics, helps build skills in regression analysis and classification, which are valuable for predictive modeling. The course helps data analysts use Minitab to evaluate models, interpret results, and handle categorical predictors, enhancing their ability to extract insights from data. The hands-on experience gained through the course contributes to succeeding as a data analyst.
Machine Learning Engineer
A machine learning engineer develops, deploys, and maintains machine learning models and systems. This course helps build a foundational understanding of machine learning algorithms and their practical implementation using Minitab. Machine learning engineers need to understand regression analysis, binary logistic classification, and tree-based models, all topics covered in this course. The course's emphasis on model evaluation and interpretation, including the use of metrics like ROC curves and AUC, directly translates to the model validation and testing skills this role requires. This course can help someone become a machine learning engineer.
Statistician
Statisticians develop and apply statistical theories and methods to collect, interpret, and summarize numerical data. The Machine Learning with Minitab course helps statisticians broaden their skill set by introducing machine learning techniques. While rooted in traditional statistical concepts, this course extends into predictive modeling using regression, classification, and tree-based methods with Minitab. The course's emphasis on evaluating models using various metrics can help statisticians refine their analytics approach.
Statistical Analyst
A statistical analyst applies statistical techniques to collect, analyze, and interpret numerical data. This course on Machine Learning with Minitab helps enhance the analyst's toolkit by introducing machine learning methods. The course is especially useful as it covers regression analysis, handling categorical predictors, and addressing multicollinearity, which are common challenges in statistical modeling. The course's focus on model building and evaluation using Minitab can provide a hands-on approach for the analyst.
Market Research Analyst
A market research analyst studies market conditions to examine potential sales of a product or service. This Machine Learning with Minitab course helps analysts leverage machine learning techniques for market segmentation and predictive modeling. The course's focus on regression analysis and classification helps analysts identify key factors influencing consumer behavior and predict market trends. The hands-on experience with Minitab enables analysts to apply these techniques to real-world market data.
Research Scientist
A research scientist designs and conducts experiments and analyzes data to advance knowledge in a specific field. This Machine Learning with Minitab course helps research scientists apply machine learning techniques to analyze experimental data and build predictive models. The course's coverage of regression analysis, binary logistic classification, and tree-based models can be applied to a variety of research areas, including healthcare, engineering, and social sciences. Many research scientist roles may require an advanced degree. The hands-on experience that this course provides can be useful.
Operations Research Analyst
An operations research analyst uses analytical methods to help organizations solve problems and make better decisions. This Machine Learning with Minitab course may be particularly useful, as it helps the analyst to incorporate machine learning techniques for optimization and prediction. The course covers topics such as regression analysis, binary logistic classification, and tree-based models, enabling operation research analysts to improve decision-making processes. The course's emphasis on model evaluation and interpretation, especially using Minitab, provides a practical and hands-on approach.
Business Intelligence Analyst
A business intelligence analyst analyzes data to identify trends and insights that can help improve business decisions. This Machine Learning with Minitab course may be useful, as it equips analysts with the ability to use machine learning techniques for predictive analytics. The course covers regression analysis, binary logistic classification, and tree-based models, enabling business intelligence analysts to forecast future outcomes and identify key drivers of business performance. The Minitab focus helps an analyst use real-world data, especially coupled with hands-on exercises.
Risk Analyst
A risk analyst identifies and assesses potential risks that may impact an organization. This Machine Learning with Minitab course may be useful, because enables risk analysts to leverage machine learning for risk modeling and prediction. The course coverage of regression analysis and binary logistic classification helps analysts assess credit risk and predict the likelihood of adverse events. The focus on model evaluation and interpretation, including ROC curves and AUC, is valuable for validating risk models.
Bioinformatician
A bioinformatician analyzes biological data using computational and statistical methods. This Machine Learning with Minitab course may be useful for a bioinformatician as it introduces machine learning techniques applicable to analyzing biological datasets, such as genomic data and protein expression data. The course's focus on regression analysis and classification can help bioinformaticians identify biomarkers and predict disease outcomes. The hands-on experience that this course offers can be very helpful.
Quantitative Analyst
A quantitative analyst, often working in the finance industry, uses mathematical and statistical methods to develop and test trading strategies, manage risk, and value financial instruments. This course on Machine Learning with Minitab may be useful, as it can introduce them to machine learning techniques relevant to financial modeling and prediction. The coverage of regression analysis and binary logistic classification can be applied to predict market movements and assess credit risk. They can benefit from learning to evaluate model performance and interpret results using tools like ROC curves and AUC, all of which are used in this field.
Consultant
A consultant provides expert advice and guidance to organizations to help them solve problems and improve performance. This course in Machine Learning with Minitab can help a consultant leverage machine learning techniques to provide data-driven insights and recommendations. The course focuses on regression analysis, binary logistic classification, and tree-based models, enabling consultants to tackle a wide range of business problems. The hands-on experience with Minitab can help consultants implement these techniques for their clients.

Reading list

We've selected one books that we think will supplement your learning. Use these to develop background knowledge, enrich your coursework, and gain a deeper understanding of the topics covered in Machine Learning with Minitab Predictive Analytics.
Provides a comprehensive overview of statistical learning methods, including regression and classification. It covers the theoretical foundations of these methods while also providing practical examples and code implementations. It is particularly useful for understanding the underlying principles of machine learning algorithms. This book is often used as a textbook in university courses.

Share

Help others find this course page by sharing it with your friends and followers:

Similar courses

Similar courses are unavailable at this time. Please try again later.
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2025 OpenCourser