Unit 4: Statistical Data (Theory & Practical) Vocabulary

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/35

flashcard set

Earn XP

Description and Tags

Comprehensive vocabulary flashcards covering Statistical Data, Data Science applications, High-Code/Low-Code/No-Code AI, Statistics concepts, Linear Regression, and Orange Data Mining (ODM) stages and widgets.

Last updated 7:50 AM on 9/17/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

36 Terms

1
New cards

Data Science

A domain of AI and study of data that extracts information using modern tools, techniques, and complex machine learning algorithms from different sources or formats to derive meaning and sense out of data systems.

2
New cards

Click-Through Rate (CTR)

A metric in digital advertising measuring user engagement, which is higher for targeted ads based on user past behavior compared to traditional advertisements.

3
New cards

High-Code

Traditional software development where programmers manually write code using programming languages such as Java, Python, or C#; also known as custom-code.

4
New cards

Low-Code AI

An AI development approach where users with some programming skills build applications with minimum coding using visual drag-and-drop components.

5
New cards

No-Code AI

Tools and platforms allowing users without technical backgrounds to build AI applications using drag-and-drop interfaces without writing code.

6
New cards

Automation Bias

The tendency for humans to favor suggestions from automated decision-making systems and ignore contradictory information made without automation, even if it is correct.

7
New cards

Azure Machine Learning

A cloud-based no-code tool provided by Microsoft, released in July 2014.

8
New cards

Google Cloud AutoML

A cloud-based no-code service provided by Google, released in January 2018.

9
New cards

Orange Data Mining (ODM)

An open-source data visualization, machine learning, and data mining toolkit featuring a visual programming interface and Python scripting, developed by the University of Ljubljana and released in October 1996.

10
New cards

Lobe AI

A machine learning platform released in 2015 that enables users to create custom machine learning models using a visual interface.

11
New cards

Teachable Machine

A web-based tool released in November 2017 that makes creating machine learning models fast, easy, and accessible to everyone.

12
New cards

Population

The complete collection of all raw data available for a specific test or experiment.

13
New cards

Statistical Sampling

The practice of selecting a sample—a smaller, representative subset of the population—to save time, money, and resources when analyzing the full population is unfeasible.

14
New cards

Probability

The likelihood or chance of an event (the outcome of an experiment) occurring, where events are classified as independent or dependent.

15
New cards

Mean

The most common measure of a typical value, calculated by adding all numbers in a dataset and dividing by the count of those numbers.

16
New cards

Median

The middle value when data is arranged in ascending order, calculated as the center number for an odd number of values or the average of the two middle numbers for an even number of values.

17
New cards

Mode

The number that appears most frequently in a dataset.

18
New cards

Variance

A measure of how much data values differ (scatter) from the mean, categorized into high variance (widely spread) and low variance (close to the mean).

19
New cards

Standard Deviation

The square root of the variance, measuring data spread in the original units of the data.

20
New cards

Outlier

An exceptional data point that is significantly higher or lower than the rest of the values in a dataset.

21
New cards

Normal Distribution

A perfectly symmetrical distribution (bell curve) where the mean, median, and mode are all equal and located at the center.

22
New cards

Left-Skewed Distribution

A data distribution with a long tail on the left side (lower values), where the mean is usually less than the median, which is less than the mode.

23
New cards

Right-Skewed Distribution

A data distribution with a long tail on the right side (higher values), where most data is clustered on the left and the mean is usually greater than the median, which is greater than the mode.

24
New cards

Linear Regression

A statistical method used to understand the relationship between an independent variable (XX) and a dependent variable (YY).

25
New cards

Problem Scoping

The first stage of the AI Project Cycle in ODM, involving the identification of objectives, feasibility, and data sources to align with business goals.

26
New cards

Data Acquisition

The second stage of the AI Project Cycle in ODM, which involves gathering and uploading the dataset.

27
New cards

Data Exploration

The third stage of the AI Project Cycle in ODM, focusing on understanding and cleaning data through steps like handling missing data, selecting relevant columns, and data sampling.

28
New cards

Modelling

The fourth stage of the AI Project Cycle in ODM, where an appropriate algorithm is selected and trained.

29
New cards

Evaluation

The fifth stage of the AI Project Cycle in ODM, assessing model reliability on unseen data using performance metrics and predictions.

30
New cards

Deployment

The sixth stage of the AI Project Cycle in ODM, implementing the trained model into a real-world environment with continuous monitoring and retraining.

31
New cards

Data Widgets

Modular tools in Orange Data Mining used for loading and interacting with data, including File, CSV File Import, and Data Table widgets.

32
New cards

Transform Widgets

Modular tools in Orange Data Mining used for preprocessing and feature engineering, such as Impute and Select Columns.

33
New cards

Visualize Widgets

Modular tools in Orange Data Mining used for identifying insights through charts, such as Box Plot, Scatter Plot, and Tree Viewer.

34
New cards

Model Widgets

Modular tools in Orange Data Mining used to train algorithms, such as Random Forest, Linear Regression, and Logistic Regression.

35
New cards

Evaluate Widgets

Modular tools in Orange Data Mining used to assess model effectiveness, including Test and Score, Confusion Matrix, and ROC Analysis.

36
New cards

Unsupervised Widgets

Modular tools in Orange Data Mining used for data without labeled outcomes, featuring tools like K-Means for clustering and t-SNE for dimensionality reduction.