By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
Supervised and unsupervised learning are two fundamental types of machine learning algorithms used in business analytics. Supervised learning involves training a model on labeled data to make predictions on new, unseen data. Unsupervised learning, on the other hand, involves discovering hidden patterns or relationships in unlabeled data. Both types of learning are crucial in business analytics, as they enable organizations to make informed decisions and drive business growth. For instance, a retail company can use supervised learning to predict customer churn based on historical data, while using unsupervised learning to segment customers based on their purchasing behavior.
LinearRegression
KMeans
lm()
kmeans()
Regression
Clustering
Problem: Compute the moving average forecast for period 4 given data: 100, 110, 105, 115.
Answer: The moving average forecast for period 4 is (100 + 110 + 105 + 115) / 4 = 110.
Explanation: The moving average forecast is the average of the last four periods.
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.