Glossary term
What is Predicting?
In Apex Flow Academy, "Predicting" means: The using step, where a trained model gives a guess for a new row. It is taught in Machine Learning With Python: From Zero to a Working Model. Related terms include Training (fitting), Regression, Row and Classification. Every Apex Flow Academy course lists the official sources it checked.
- 1 course teaches it
- plain-word definition
The facts
What is Predicting?
The using step, where a trained model gives a guess for a new row.
Where is Predicting taught?
Predicting is defined in Machine Learning With Python: From Zero to a Working Model.
Which lessons cover Predicting?
These lessons name it in their title or objectives:
- Machine Learning With Python: From Zero to a Working Model, lesson 1.1: A model is a pattern learned from examples
Which terms are related to Predicting?
Next to Predicting in the course glossaries: Training (fitting), Regression, Row, Classification, Label (target), Baseline, Feature and Accuracy.
Training (fitting)RegressionRowClassificationLabel (target)BaselineFeatureAccuracy
The hard questions, answered straight
Bold questions people really ask. Each answer comes from the course data or a settled Academy fact.
Do I need experience before I learn Predicting?
It depends on the course. Each course that teaches it lists its own prerequisites, and all are listed at beginner level:
- Machine Learning With Python: From Zero to a Working Model: Basic Python: variables, lists, dictionaries, functions, and running a .py file from a terminal.