What are loop cards?

Loop cards are a great game that can be played individually or as a class. They are perfect for review key vocabulary or questions at the end of a topic or when revising for an exam.

Instructions

  1. Cut out the cards from the paper horizontally (but don't cut them in half!) and then shuffle them.
  2. Now start joining each question on the right hand side of the card to the matching answer on the next card.
  3. Carry on until all the cards loop together and you have competed the game!

Hint: Make sure that you set your paper to portrait to print 4 cards per sheet of A4 paper.

Edit Vocab

A statistical method used to model binary outcomes by estimating the probability that a given outcome is present.
Predictive Modelling Process
The process of using data and statistical algorithms to create models that predict future outcomes or trends.
Monitoring
The ongoing process of evaluating the model's performance and making updates as needed to maintain accuracy.
Cross-Validation
A technique used to assess the performance of a predictive model by splitting the data into multiple subsets.
Data Preparation
The process of cleaning, transforming, and organizing data before building a predictive model.
Feature Selection
The process of choosing the most relevant input variables to be used in the predictive model.
Data Cleaning
The process of removing errors and inconsistencies from the collected data before further analysis.
Support Vector Machine
A supervised machine learning algorithm that classifies data into different classes by finding the hyperplane that best separates the data points.
Random Forest
An ensemble learning method that constructs a multitude of decision trees at training time and outputs the mode of the classes as the prediction.
Model Evaluation
The process of assessing the performance of the predictive model using validation data sets.
Logistic Regression